COLOR #6B9AC1

HEX: #6B9AC1
RGB: (107,154,193)

Color info

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

RGB color model

#6B9AC1 color RGB value is (107,154,193).

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

RGB channels and saturation

R 107 of 255 = 42%
G 154 of 255 = 60%
B 193 of 255 = 76%

107
154
193

R + G + B ~ 59%. #6B9AC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 154 + 193 = 454 (100%)
R 107 of 454 ~ 23.57%
G 154 of 454 ~ 33.92%
B 193 of 454 ~ 42.51%

%23.57
%33.92
%42.51

CMYK color model

#6B9AC1 color CMYK value is (45,20,0,24).

  • cyan value is 44.56%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(45,20,0,24)
C45M20Y0K24 
(45%,20%,0%,24%)
(0.45/0.20/0.00/0.24)	

CMYK percentages

%44.56
%20.21
%0
%24.31

Codes

Color #6B9AC1 in popluar color models

6B9AC1
RGB107154193
HSL207°40.95%58.82%
HSB/HSV207°44.56%75.69%
CMYK44.56%20.21%0.00%
24.31%

Color #6B9AC1 in popluar number systems.

HEX6B9AC1
Decimal107154193
Binary11010111001101011000001
Octal153232301

Shades and tints

Shades of #6B9AC1

#6B9AC1
(107,154,193)
#628CB0
(98,140,176)
#597E9F
(89,126,159)
#50708E
(80,112,142)
#47627D
(71,98,125)
#3E546C
(62,84,108)
#35465B
(53,70,91)
#2C384A
(44,56,74)
#232A39
(35,42,57)
#1A1C28
(26,28,40)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #6B9AC1

#6B9AC1
(107,154,193)
#78A3C6
(120,163,198)
#85ACCB
(133,172,203)
#92B5D0
(146,181,208)
#9FBED5
(159,190,213)
#ACC7DA
(172,199,218)
#B9D0DF
(185,208,223)
#C6D9E4
(198,217,228)
#D3E2E9
(211,226,233)
#E0EBEE
(224,235,238)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9AC1; }

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

This text font color is #6B9AC1.


Background Color

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

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

This div background color is #6B9AC1.


Border color

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

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

This div border color is #6B9AC1.


Opacity

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

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

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

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

This text has shadow with #6B9AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9AC1 on black background.


Color preview on white background

This text has color #6B9AC1 on white background.



Black color preview on #6B9AC1 background

This text has black color on #6B9AC1 background.


White color preview on #6B9AC1 background

This text has white color on #6B9AC1 background.