COLOR #6AB6EB

HEX: #6AB6EB
RGB: (106,182,235)

Color info

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

RGB color model

#6AB6EB color RGB value is (106,182,235).

  • red value is 106;
  • green value is 182;
  • blue value is 235.
RGB:
(106,182,235)
(42%,71%,92%)

RGB channels and saturation

R 106 of 255 = 42%
G 182 of 255 = 71%
B 235 of 255 = 92%

106
182
235

R + G + B ~ 68%. #6AB6EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 182 + 235 = 523 (100%)
R 106 of 523 ~ 20.27%
G 182 of 523 ~ 34.8%
B 235 of 523 ~ 44.93%

%20.27
%34.8
%44.93

CMYK color model

#6AB6EB color CMYK value is (55,23,0,8).

  • cyan value is 54.89%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(55,23,0,8)
C55M23Y0K8 
(55%,23%,0%,8%)
(0.55/0.23/0.00/0.08)	

CMYK percentages

%54.89
%22.55
%0
%7.84

Codes

Color #6AB6EB in popluar color models

6AB6EB
RGB106182235
HSL205°76.33%66.86%
HSB/HSV205°54.89%92.16%
CMYK54.89%22.55%0.00%
7.84%

Color #6AB6EB in popluar number systems.

HEX6AB6EB
Decimal106182235
Binary11010101011011011101011
Octal152266353

Shades and tints

Shades of #6AB6EB

#6AB6EB
(106,182,235)
#61A6D6
(97,166,214)
#5896C1
(88,150,193)
#4F86AC
(79,134,172)
#467697
(70,118,151)
#3D6682
(61,102,130)
#34566D
(52,86,109)
#2B4658
(43,70,88)
#223643
(34,54,67)
#19262E
(25,38,46)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #6AB6EB

#6AB6EB
(106,182,235)
#77BCEC
(119,188,236)
#84C2ED
(132,194,237)
#91C8EE
(145,200,238)
#9ECEEF
(158,206,239)
#ABD4F0
(171,212,240)
#B8DAF1
(184,218,241)
#C5E0F2
(197,224,242)
#D2E6F3
(210,230,243)
#DFECF4
(223,236,244)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB6EB; }

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

This text font color is #6AB6EB.


Background Color

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

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

This div background color is #6AB6EB.


Border color

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

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

This div border color is #6AB6EB.


Opacity

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

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

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

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

This text has shadow with #6AB6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB6EB on black background.


Color preview on white background

This text has color #6AB6EB on white background.



Black color preview on #6AB6EB background

This text has black color on #6AB6EB background.


White color preview on #6AB6EB background

This text has white color on #6AB6EB background.