COLOR #6AB2ED

HEX: #6AB2ED
RGB: (106,178,237)

Color info

#6AB2ED contains mainly green and blue colors. Web safe color of #6AB2ED is #6699FF (or #69F).

RGB color model

#6AB2ED color RGB value is (106,178,237).

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

RGB channels and saturation

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

106
178
237

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 237 = 521 (100%)
R 106 of 521 ~ 20.35%
G 178 of 521 ~ 34.17%
B 237 of 521 ~ 45.49%

%20.35
%34.17
%45.49

CMYK color model

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

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

CMYK percentages

%55.27
%24.89
%0
%7.06

Codes

Color #6AB2ED in popluar color models

6AB2ED
RGB106178237
HSL207°78.44%67.25%
HSB/HSV207°55.27%92.94%
CMYK55.27%24.89%0.00%
7.06%

Color #6AB2ED in popluar number systems.

HEX6AB2ED
Decimal106178237
Binary11010101011001011101101
Octal152262355

Shades and tints

Shades of #6AB2ED

#6AB2ED
(106,178,237)
#61A2D8
(97,162,216)
#5892C3
(88,146,195)
#4F82AE
(79,130,174)
#467299
(70,114,153)
#3D6284
(61,98,132)
#34526F
(52,82,111)
#2B425A
(43,66,90)
#223245
(34,50,69)
#192230
(25,34,48)
#10121B
(16,18,27)
#000000
(0,0,0)

Tints of #6AB2ED

#6AB2ED
(106,178,237)
#77B9EE
(119,185,238)
#84C0EF
(132,192,239)
#91C7F0
(145,199,240)
#9ECEF1
(158,206,241)
#ABD5F2
(171,213,242)
#B8DCF3
(184,220,243)
#C5E3F4
(197,227,244)
#D2EAF5
(210,234,245)
#DFF1F6
(223,241,246)
#ECF8F7
(236,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB2ED; }

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

This text font color is #6AB2ED.


Background Color

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

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

This div background color is #6AB2ED.


Border color

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

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

This div border color is #6AB2ED.


Opacity

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

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

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

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

This text has shadow with #6AB2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB2ED on black background.


Color preview on white background

This text has color #6AB2ED on white background.



Black color preview on #6AB2ED background

This text has black color on #6AB2ED background.


White color preview on #6AB2ED background

This text has white color on #6AB2ED background.