COLOR #6ABCFB

HEX: #6ABCFB RGB: (106,188,251)

Color info

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

RGB color model

#6ABCFB color RGB value is (106,188,251).

RGB: (106,188,251) (42%, 74%, 98%)

RGB channels and saturation

R 106 of 255 = 42%
G 188 of 255 = 74%
B 251 of 255 = 98%

106
188
251

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

Portions of RGB colors in percentages

R + G + B = 106 + 188 + 251 = 545 (100%)
R 106 of 545 ~ 19.45%
G 188 of 545 ~ 34.5%
B 251 of 545 ~ 46.06'%

%19.45
%34.5
%46.06

CMYK color model

#6ABCFB color CMYK value is (58,25,0,2).

  • cyan value is 57.77%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (58,25,0,2)
C58M25Y0K2 (58%, 25%, 0%, 2%)
(0.58 / 0.25 / 0.00 / 0.02)

CMYK percentages

%57.77
%25.1
%0
%1.57

Codes

Color #6ABCFB in popluar color models

6A BC FB
RGB 106 188 251
HSL 206° 94.77% 70.00%
HSB/HSV 206° 57.77% 98.43%
CMYK 57.77% 25.10% 0.00%
1.57%

Color #6ABCFB in popluar number systems.

HEX 6A BC FB
Decimal 106 188 251
Binary 1101010 10111100 11111011
Octal 152 274 373

Shades and tints

Shades of #6ABCFB

#6ABCFB
(106,188,251)
#61ABE5
(97,171,229)
#589ACF
(88,154,207)
#4F89B9
(79,137,185)
#4678A3
(70,120,163)
#3D678D
(61,103,141)
#345677
(52,86,119)
#2B4561
(43,69,97)
#22344B
(34,52,75)
#192335
(25,35,53)
#10121F
(16,18,31)
#000000
(0,0,0)

Tints of #6ABCFB

#6ABCFB
(106,188,251)
#77C2FB
(119,194,251)
#84C8FB
(132,200,251)
#91CEFB
(145,206,251)
#9ED4FB
(158,212,251)
#ABDAFB
(171,218,251)
#B8E0FB
(184,224,251)
#C5E6FB
(197,230,251)
#D2ECFB
(210,236,251)
#DFF2FB
(223,242,251)
#ECF8FB
(236,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABCFB color. Also use rgb(106,188,251) instead hex code.

Text Font Color

.myTextColor { color: #6ABCFB; }

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

This text font color is #6ABCFB.

Background Color

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

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

This div background color is #6ABCFB.

Border color

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

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

This div border color is #6ABCFB.

Opacity

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

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

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

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

This text has shadow with #6ABCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ABCFB.

Preview

Color preview on black background

This text has color #6ABCFB on black background.


Color preview on white background

This text has color #6ABCFB on white background.


Black color preview on #6ABCFB background

This text has black color on #6ABCFB background.


White color preview on #6ABCFB background

This text has white color on #6ABCFB background.


Related colors

Complementary color

Complementary color for #hex is #954304.


I love getcolorcode.com

Triadic colors

1 #FB6ABC and #BCFB6A with #6ABCFB are triadic colors.

2 #FBBC6A and #BC6AFB with #6ABCFB are triadic colors.