COLOR #6AB2EE

HEX: #6AB2EE
RGB: (106,178,238)

Color info

#6AB2EE contains mainly blue color. Web safe color of #6AB2EE is #6699FF (or #69F).

RGB color model

#6AB2EE color RGB value is (106,178,238).

  • red value is 106;
  • green value is 178;
  • blue value is 238.
RGB:
(106,178,238)
(42%,70%,93%)

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 238 of 255 = 93%

106
178
238

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 238 = 522 (100%)
R 106 of 522 ~ 20.31%
G 178 of 522 ~ 34.1%
B 238 of 522 ~ 45.59%

%20.31
%34.1
%45.59

CMYK color model

#6AB2EE color CMYK value is (55,25,0,7).

  • cyan value is 55.46%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(55,25,0,7)
C55M25Y0K7 
(55%,25%,0%,7%)
(0.55/0.25/0.00/0.07)	

CMYK percentages

%55.46
%25.21
%0
%6.67

Codes

Color #6AB2EE in popluar color models

6AB2EE
RGB106178238
HSL207°79.52%67.45%
HSB/HSV207°55.46%93.33%
CMYK55.46%25.21%0.00%
6.67%

Color #6AB2EE in popluar number systems.

HEX6AB2EE
Decimal106178238
Binary11010101011001011101110
Octal152262356

Shades and tints

Shades of #6AB2EE

#6AB2EE
(106,178,238)
#61A2D9
(97,162,217)
#5892C4
(88,146,196)
#4F82AF
(79,130,175)
#46729A
(70,114,154)
#3D6285
(61,98,133)
#345270
(52,82,112)
#2B425B
(43,66,91)
#223246
(34,50,70)
#192231
(25,34,49)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #6AB2EE

#6AB2EE
(106,178,238)
#77B9EF
(119,185,239)
#84C0F0
(132,192,240)
#91C7F1
(145,199,241)
#9ECEF2
(158,206,242)
#ABD5F3
(171,213,243)
#B8DCF4
(184,220,244)
#C5E3F5
(197,227,245)
#D2EAF6
(210,234,246)
#DFF1F7
(223,241,247)
#ECF8F8
(236,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB2EE color. Also use rgb(106,178,238) instead hex code.

Text Font Color

.myTextColor { color: #6AB2EE; }

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

This text font color is #6AB2EE.


Background Color

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

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

This div background color is #6AB2EE.


Border color

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

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

This div border color is #6AB2EE.


Opacity

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

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

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

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

This text has shadow with #6AB2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB2EE on black background.


Color preview on white background

This text has color #6AB2EE on white background.



Black color preview on #6AB2EE background

This text has black color on #6AB2EE background.


White color preview on #6AB2EE background

This text has white color on #6AB2EE background.