COLOR #6AB8DC

HEX: #6AB8DC RGB: (106,184,220)

Color info

#6AB8DC contains mainly green and blue colors. Web safe color of #6AB8DC is #66CCCC (or #6CC).

RGB color model

#6AB8DC color RGB value is (106,184,220).

RGB: (106,184,220) (42%, 72%, 86%)

RGB channels and saturation

R 106 of 255 = 42%
G 184 of 255 = 72%
B 220 of 255 = 86%

106
184
220

R + G + B ~ 67%. #6AB8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 184 + 220 = 510 (100%)
R 106 of 510 ~ 20.78%
G 184 of 510 ~ 36.08%
B 220 of 510 ~ 43.14'%

%20.78
%36.08
%43.14

CMYK color model

#6AB8DC color CMYK value is (52,16,0,14).

  • cyan value is 51.82%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (52,16,0,14)
C52M16Y0K14 (52%, 16%, 0%, 14%)
(0.52 / 0.16 / 0.00 / 0.14)

CMYK percentages

%51.82
%16.36
%0
%13.73

Codes

Color #6AB8DC in popluar color models

6A B8 DC
RGB 106 184 220
HSL 199° 61.96% 63.92%
HSB/HSV 199° 51.82% 86.27%
CMYK 51.82% 16.36% 0.00%
13.73%

Color #6AB8DC in popluar number systems.

HEX 6A B8 DC
Decimal 106 184 220
Binary 1101010 10111000 11011100
Octal 152 270 334

Shades and tints

Shades of #6AB8DC

#6AB8DC
(106,184,220)
#61A8C8
(97,168,200)
#5898B4
(88,152,180)
#4F88A0
(79,136,160)
#46788C
(70,120,140)
#3D6878
(61,104,120)
#345864
(52,88,100)
#2B4850
(43,72,80)
#22383C
(34,56,60)
#192828
(25,40,40)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #6AB8DC

#6AB8DC
(106,184,220)
#77BEDF
(119,190,223)
#84C4E2
(132,196,226)
#91CAE5
(145,202,229)
#9ED0E8
(158,208,232)
#ABD6EB
(171,214,235)
#B8DCEE
(184,220,238)
#C5E2F1
(197,226,241)
#D2E8F4
(210,232,244)
#DFEEF7
(223,238,247)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB8DC color. Also use rgb(106,184,220) instead hex code.

Text Font Color

.myTextColor { color: #6AB8DC; }

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

This text font color is #6AB8DC.

Background Color

.myBgColor { background-color: #6AB8DC; }

<div style="background-color:#6AB8DC">Inner text</div>

This div background color is #6AB8DC.

Border color

.myBorderColor { border: 1px solid #6AB8DC; }

<div style="border:3px solid #6AB8DC">Div</div>

This div border color is #6AB8DC.

Opacity

.myOpacity80 { color: #6AB8DC; opacity: 0.8; }

<p style="color:#6AB8DC;opacity:0.8;">80%</p>

Text with #6AB8DC 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 #6AB8DC;}

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

This text has shadow with #6AB8DC color.


.textShadow {text-shadow: 3px 3px 1px #6AB8DC', 3px 3px 1px red;}

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

This text has shadow with #6AB8DC primary color and red secondary color.


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

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

This text has shadow with #6AB8DC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6AB8DC; -webkit-box-shadow: 1px 1px 3px 2px #6AB8DC; box-shadow:1px 1px 3px 2px #6AB8DC;">
Div content here
</div>

This div box has shadow with color #6AB8DC.

Preview

Color preview on black background

This text has color #6AB8DC on black background.


Color preview on white background

This text has color #6AB8DC on white background.


Black color preview on #6AB8DC background

This text has black color on #6AB8DC background.


White color preview on #6AB8DC background

This text has white color on #6AB8DC background.


Related colors

Complementary color

Complementary color for #hex is #954723.


I love getcolorcode.com

Triadic colors

1 #DC6AB8 and #B8DC6A with #6AB8DC are triadic colors.

2 #DCB86A and #B86ADC with #6AB8DC are triadic colors.