COLOR #6AB7FC

HEX: #6AB7FC RGB: (106,183,252)

Color info

#6AB7FC contains mainly blue color. Web safe color of #6AB7FC is #66CCFF (or #6CF).

RGB color model

#6AB7FC color RGB value is (106,183,252).

RGB: (106,183,252) (42%, 72%, 99%)

RGB channels and saturation

R 106 of 255 = 42%
G 183 of 255 = 72%
B 252 of 255 = 99%

106
183
252

R + G + B ~ 71%. #6AB7FC is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 183 + 252 = 541 (100%)
R 106 of 541 ~ 19.59%
G 183 of 541 ~ 33.83%
B 252 of 541 ~ 46.58'%

%19.59
%33.83
%46.58

CMYK color model

#6AB7FC color CMYK value is (58,27,0,1).

  • cyan value is 57.94%
  • magenta value is 27.38%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (58,27,0,1)
C58M27Y0K1 (58%, 27%, 0%, 1%)
(0.58 / 0.27 / 0.00 / 0.01)

CMYK percentages

%57.94
%27.38
%0
%1.18

Codes

Color #6AB7FC in popluar color models

6A B7 FC
RGB 106 183 252
HSL 208° 96.05% 70.20%
HSB/HSV 208° 57.94% 98.82%
CMYK 57.94% 27.38% 0.00%
1.18%

Color #6AB7FC in popluar number systems.

HEX 6A B7 FC
Decimal 106 183 252
Binary 1101010 10110111 11111100
Octal 152 267 374

Shades and tints

Shades of #6AB7FC

#6AB7FC
(106,183,252)
#61A7E6
(97,167,230)
#5897D0
(88,151,208)
#4F87BA
(79,135,186)
#4677A4
(70,119,164)
#3D678E
(61,103,142)
#345778
(52,87,120)
#2B4762
(43,71,98)
#22374C
(34,55,76)
#192736
(25,39,54)
#101720
(16,23,32)
#000000
(0,0,0)

Tints of #6AB7FC

#6AB7FC
(106,183,252)
#77BDFC
(119,189,252)
#84C3FC
(132,195,252)
#91C9FC
(145,201,252)
#9ECFFC
(158,207,252)
#ABD5FC
(171,213,252)
#B8DBFC
(184,219,252)
#C5E1FC
(197,225,252)
#D2E7FC
(210,231,252)
#DFEDFC
(223,237,252)
#ECF3FC
(236,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB7FC color. Also use rgb(106,183,252) instead hex code.

Text Font Color

.myTextColor { color: #6AB7FC; }

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

This text font color is #6AB7FC.

Background Color

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

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

This div background color is #6AB7FC.

Border color

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

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

This div border color is #6AB7FC.

Opacity

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

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

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

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

This text has shadow with #6AB7FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB7FC.

Preview

Color preview on black background

This text has color #6AB7FC on black background.


Color preview on white background

This text has color #6AB7FC on white background.


Black color preview on #6AB7FC background

This text has black color on #6AB7FC background.


White color preview on #6AB7FC background

This text has white color on #6AB7FC background.


Related colors

Complementary color

Complementary color for #hex is #954803.


I love getcolorcode.com

Triadic colors

1 #FC6AB7 and #B7FC6A with #6AB7FC are triadic colors.

2 #FCB76A and #B76AFC with #6AB7FC are triadic colors.