COLOR #6ABDEB

HEX: #6ABDEB RGB: (106,189,235)

Color info

#6ABDEB contains mainly green and blue colors. Web safe color of #6ABDEB is #66CCFF (or #6CF).

RGB color model

#6ABDEB color RGB value is (106,189,235).

RGB: (106,189,235) (42%, 74%, 92%)

RGB channels and saturation

R 106 of 255 = 42%
G 189 of 255 = 74%
B 235 of 255 = 92%

106
189
235

R + G + B ~ 69%. #6ABDEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 189 + 235 = 530 (100%)
R 106 of 530 ~ 20%
G 189 of 530 ~ 35.66%
B 235 of 530 ~ 44.34'%

%20
%35.66
%44.34

CMYK color model

#6ABDEB color CMYK value is (55,20,0,8).

  • cyan value is 54.89%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (55,20,0,8) C55M20Y0K8 (55%,20%,0%,8%) (0.55/0.20/0.00/0.08) 

CMYK percentages

%54.89
%19.57
%0
%7.84

Codes

Color #6ABDEB in popluar color models

6A BD EB
RGB 106 189 235
HSL 201° 76.33% 66.86%
HSB/HSV 201° 54.89% 92.16%
CMYK 54.89% 19.57% 0.00%
7.84%

Color #6ABDEB in popluar number systems.

HEX 6A BD EB
Decimal 106 189 235
Binary 1101010 10111101 11101011
Octal 152 275 353

Shades and tints

Shades of #6ABDEB

#6ABDEB
(106,189,235)
#61ACD6
(97,172,214)
#589BC1
(88,155,193)
#4F8AAC
(79,138,172)
#467997
(70,121,151)
#3D6882
(61,104,130)
#34576D
(52,87,109)
#2B4658
(43,70,88)
#223543
(34,53,67)
#19242E
(25,36,46)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #6ABDEB

#6ABDEB
(106,189,235)
#77C3EC
(119,195,236)
#84C9ED
(132,201,237)
#91CFEE
(145,207,238)
#9ED5EF
(158,213,239)
#ABDBF0
(171,219,240)
#B8E1F1
(184,225,241)
#C5E7F2
(197,231,242)
#D2EDF3
(210,237,243)
#DFF3F4
(223,243,244)
#ECF9F5
(236,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABDEB color. Also use rgb(106,189,235) instead hex code.

Text Font Color

.myTextColor { color: #6ABDEB; }

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

This text font color is #6ABDEB.

Background Color

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

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

This div background color is #6ABDEB.

Border color

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

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

This div border color is #6ABDEB.

Opacity

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

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

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

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

This text has shadow with #6ABDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ABDEB.

Preview

Color preview on black background

This text has color #6ABDEB on black background.


Color preview on white background

This text has color #6ABDEB on white background.


Black color preview on #6ABDEB background

This text has black color on #6ABDEB background.


White color preview on #6ABDEB background

This text has white color on #6ABDEB background.


Related colors

Complementary color

Complementary color for #hex is #954214.


I love getcolorcode.com

Triadic colors

1 #EB6ABD and #BDEB6A with #6ABDEB are triadic colors.

2 #EBBD6A and #BD6AEB with #6ABDEB are triadic colors.