COLOR #6BACC1

HEX: #6BACC1
RGB: (107,172,193)

Color info

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

RGB color model

#6BACC1 color RGB value is (107,172,193).

  • red value is 107;
  • green value is 172;
  • blue value is 193.
RGB:
(107,172,193)
(42%,67%,76%)

RGB channels and saturation

R 107 of 255 = 42%
G 172 of 255 = 67%
B 193 of 255 = 76%

107
172
193

R + G + B ~ 62%. #6BACC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 172 + 193 = 472 (100%)
R 107 of 472 ~ 22.67%
G 172 of 472 ~ 36.44%
B 193 of 472 ~ 40.89%

%22.67
%36.44
%40.89

CMYK color model

#6BACC1 color CMYK value is (45,11,0,24).

  • cyan value is 44.56%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(45,11,0,24)
C45M11Y0K24 
(45%,11%,0%,24%)
(0.45/0.11/0.00/0.24)	

CMYK percentages

%44.56
%10.88
%0
%24.31

Codes

Color #6BACC1 in popluar color models

6BACC1
RGB107172193
HSL195°40.95%58.82%
HSB/HSV195°44.56%75.69%
CMYK44.56%10.88%0.00%
24.31%

Color #6BACC1 in popluar number systems.

HEX6BACC1
Decimal107172193
Binary11010111010110011000001
Octal153254301

Shades and tints

Shades of #6BACC1

#6BACC1
(107,172,193)
#629DB0
(98,157,176)
#598E9F
(89,142,159)
#507F8E
(80,127,142)
#47707D
(71,112,125)
#3E616C
(62,97,108)
#35525B
(53,82,91)
#2C434A
(44,67,74)
#233439
(35,52,57)
#1A2528
(26,37,40)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #6BACC1

#6BACC1
(107,172,193)
#78B3C6
(120,179,198)
#85BACB
(133,186,203)
#92C1D0
(146,193,208)
#9FC8D5
(159,200,213)
#ACCFDA
(172,207,218)
#B9D6DF
(185,214,223)
#C6DDE4
(198,221,228)
#D3E4E9
(211,228,233)
#E0EBEE
(224,235,238)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BACC1 color. Also use rgb(107,172,193) instead hex code.

Text Font Color

.myTextColor { color: #6BACC1; }

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

This text font color is #6BACC1.


Background Color

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

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

This div background color is #6BACC1.


Border color

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

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

This div border color is #6BACC1.


Opacity

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

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

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

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

This text has shadow with #6BACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BACC1 on black background.


Color preview on white background

This text has color #6BACC1 on white background.



Black color preview on #6BACC1 background

This text has black color on #6BACC1 background.


White color preview on #6BACC1 background

This text has white color on #6BACC1 background.