COLOR #6AABF5

HEX: #6AABF5
RGB: (106,171,245)

Color info

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

RGB color model

#6AABF5 color RGB value is (106,171,245).

  • red value is 106;
  • green value is 171;
  • blue value is 245.
RGB:
(106,171,245)
(42%,67%,96%)

RGB channels and saturation

R 106 of 255 = 42%
G 171 of 255 = 67%
B 245 of 255 = 96%

106
171
245

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

Portions of RGB colors in percentages

R + G + B =
106 + 171 + 245 = 522 (100%)
R 106 of 522 ~ 20.31%
G 171 of 522 ~ 32.76%
B 245 of 522 ~ 46.93%

%20.31
%32.76
%46.93

CMYK color model

#6AABF5 color CMYK value is (57,30,0,4).

  • cyan value is 56.73%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(57,30,0,4)
C57M30Y0K4 
(57%,30%,0%,4%)
(0.57/0.30/0.00/0.04)	

CMYK percentages

%56.73
%30.2
%0
%3.92

Codes

Color #6AABF5 in popluar color models

6AABF5
RGB106171245
HSL212°87.42%68.82%
HSB/HSV212°56.73%96.08%
CMYK56.73%30.20%0.00%
3.92%

Color #6AABF5 in popluar number systems.

HEX6AABF5
Decimal106171245
Binary11010101010101111110101
Octal152253365

Shades and tints

Shades of #6AABF5

#6AABF5
(106,171,245)
#619CDF
(97,156,223)
#588DC9
(88,141,201)
#4F7EB3
(79,126,179)
#466F9D
(70,111,157)
#3D6087
(61,96,135)
#345171
(52,81,113)
#2B425B
(43,66,91)
#223345
(34,51,69)
#19242F
(25,36,47)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #6AABF5

#6AABF5
(106,171,245)
#77B2F5
(119,178,245)
#84B9F5
(132,185,245)
#91C0F5
(145,192,245)
#9EC7F5
(158,199,245)
#ABCEF5
(171,206,245)
#B8D5F5
(184,213,245)
#C5DCF5
(197,220,245)
#D2E3F5
(210,227,245)
#DFEAF5
(223,234,245)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AABF5 color. Also use rgb(106,171,245) instead hex code.

Text Font Color

.myTextColor { color: #6AABF5; }

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

This text font color is #6AABF5.


Background Color

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

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

This div background color is #6AABF5.


Border color

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

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

This div border color is #6AABF5.


Opacity

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

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

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

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

This text has shadow with #6AABF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AABF5 on black background.


Color preview on white background

This text has color #6AABF5 on white background.



Black color preview on #6AABF5 background

This text has black color on #6AABF5 background.


White color preview on #6AABF5 background

This text has white color on #6AABF5 background.