COLOR #6299D0

HEX: #6299D0
RGB: (98,153,208)

Renk bilgisi

#6299D0 contains mainly green and blue colors. #6299D0 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6299D0 color RGB value is (98,153,208).

  • kırmız ton 98;
  • yeşil ton 153;
  • mavi ton 208.
RGB:
(98,153,208)
(38%,60%,82%)

RGB bağlantıları ve doygunluk

R 98 of 255 = 38%
G 153 of 255 = 60%
B 208 of 255 = 82%

98
153
208

R + G + B ~ 60%. #6299D0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
98 + 153 + 208 = 459 (100%)
R 98 of 459 ~ 21.35%
G 153 of 459 ~ 33.33%
B 208 of 459 ~ 45.32%

%21.35
%33.33
%45.32

CMYK RENK MODELİ

#6299D0 rengi CMYK tonu (53,26,0,18).

  • camgöbeği tonu 52.88%
  • eflatun tonu 26.44%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(53,26,0,18)
C53M26Y0K18 
(53%,26%,0%,18%)
(0.53/0.26/0.00/0.18)	

CMYK yüzdeleri

%52.88
%26.44
%0
%18.43

Codes

Color #6299D0 in popluar color models

6299D0
RGB98153208
HSL210°53.92%60.00%
HSB/HSV210°52.88%81.57%
CMYK52.88%26.44%0.00%
18.43%

Color #6299D0 in popluar number systems.

HEX6299D0
Decimal98153208
Binary11000101001100111010000
Octal142231320

Shades and tints

Shades of #6299D0

#6299D0
(98,153,208)
#5A8CBE
(90,140,190)
#527FAC
(82,127,172)
#4A729A
(74,114,154)
#426588
(66,101,136)
#3A5876
(58,88,118)
#324B64
(50,75,100)
#2A3E52
(42,62,82)
#223140
(34,49,64)
#1A242E
(26,36,46)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #6299D0

#6299D0
(98,153,208)
#70A2D4
(112,162,212)
#7EABD8
(126,171,216)
#8CB4DC
(140,180,220)
#9ABDE0
(154,189,224)
#A8C6E4
(168,198,228)
#B6CFE8
(182,207,232)
#C4D8EC
(196,216,236)
#D2E1F0
(210,225,240)
#E0EAF4
(224,234,244)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6299D0 color. Also use rgb(98,153,208) instead hex code.

Text Font Color

.myTextColor { color: #6299D0; }

<p style="color:#6299D0">This sample text font color is #6299D0.</p>

This text font color is #6299D0.


Background Color

.myBgColor { background-color: #6299D0; }

<div style="background-color:#6299D0">Inner text</div>

This div background color is #6299D0.


Border color

.myBorderColor { border: 1px solid #6299D0; }

<div style="border:3px solid #6299D0">Div</div>

This div border color is #6299D0.


Opacity

.myOpacity80 { color: #6299D0; opacity: 0.8; }

<p style="color:#6299D0;opacity:0.8;">80%</p>

Text with #6299D0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6299D0;}

<p style="text-shadow: 3px 3px 1px #6299D0">Text here.</p>

This text has shadow with #6299D0 color.

.textShadow {text-shadow: 3px 3px 1px #6299D0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6299D0, 5px 5px 20px red">Text here.</p>

This text has shadow with #6299D0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6299D0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6299D0, Direction=45, Strength=4)">Text</p>

This text has shadow with #6299D0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6299D0;
  -webkit-box-shadow:	1px 1px 3px 2px #6299D0;
  box-shadow:		1px 1px 3px 2px #6299D0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6299D0;
-webkit-box-shadow: 1px 1px 3px 2px #6299D0;
box-shadow:1px 1px 3px 2px #6299D0;">
Div content here</div>
This div box has shadow with color #6299D0.

Preview

Color preview on black background

This text has color #6299D0 on black background.


Color preview on white background

This text has color #6299D0 on white background.



Black color preview on #6299D0 background

This text has black color on #6299D0 background.


White color preview on #6299D0 background

This text has white color on #6299D0 background.