COLOR #6BAFC4

HEX: #6BAFC4
RGB: (107,175,196)

Color info

#6BAFC4 contains mainly green and blue colors. Web safe color of #6BAFC4 is #6699CC (or #69C).

RGB color model

#6BAFC4 color RGB value is (107,175,196).

  • red value is 107;
  • green value is 175;
  • blue value is 196.
RGB:
(107,175,196)
(42%,69%,77%)

RGB channels and saturation

R 107 of 255 = 42%
G 175 of 255 = 69%
B 196 of 255 = 77%

107
175
196

R + G + B ~ 63%. #6BAFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 175 + 196 = 478 (100%)
R 107 of 478 ~ 22.38%
G 175 of 478 ~ 36.61%
B 196 of 478 ~ 41%

%22.38
%36.61
%41

CMYK color model

#6BAFC4 color CMYK value is (45,11,0,23).

  • cyan value is 45.41%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(45,11,0,23)
C45M11Y0K23 
(45%,11%,0%,23%)
(0.45/0.11/0.00/0.23)	

CMYK percentages

%45.41
%10.71
%0
%23.14

Codes

Color #6BAFC4 in popluar color models

6BAFC4
RGB107175196
HSL194°43.00%59.41%
HSB/HSV194°45.41%76.86%
CMYK45.41%10.71%0.00%
23.14%

Color #6BAFC4 in popluar number systems.

HEX6BAFC4
Decimal107175196
Binary11010111010111111000100
Octal153257304

Shades and tints

Shades of #6BAFC4

#6BAFC4
(107,175,196)
#62A0B3
(98,160,179)
#5991A2
(89,145,162)
#508291
(80,130,145)
#477380
(71,115,128)
#3E646F
(62,100,111)
#35555E
(53,85,94)
#2C464D
(44,70,77)
#23373C
(35,55,60)
#1A282B
(26,40,43)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #6BAFC4

#6BAFC4
(107,175,196)
#78B6C9
(120,182,201)
#85BDCE
(133,189,206)
#92C4D3
(146,196,211)
#9FCBD8
(159,203,216)
#ACD2DD
(172,210,221)
#B9D9E2
(185,217,226)
#C6E0E7
(198,224,231)
#D3E7EC
(211,231,236)
#E0EEF1
(224,238,241)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BAFC4 color. Also use rgb(107,175,196) instead hex code.

Text Font Color

.myTextColor { color: #6BAFC4; }

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

This text font color is #6BAFC4.


Background Color

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

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

This div background color is #6BAFC4.


Border color

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

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

This div border color is #6BAFC4.


Opacity

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

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

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

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

This text has shadow with #6BAFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BAFC4 on black background.


Color preview on white background

This text has color #6BAFC4 on white background.



Black color preview on #6BAFC4 background

This text has black color on #6BAFC4 background.


White color preview on #6BAFC4 background

This text has white color on #6BAFC4 background.