COLOR #6C91CF

HEX: #6C91CF
RGB: (108,145,207)

Color info

#6C91CF contains mainly blue color. Web safe color of #6C91CF is #6699CC (or #69C).

RGB color model

#6C91CF color RGB value is (108,145,207).

  • red value is 108;
  • green value is 145;
  • blue value is 207.
RGB:
(108,145,207)
(42%,57%,81%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 207 of 255 = 81%

108
145
207

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

Portions of RGB colors in percentages

R + G + B =
108 + 145 + 207 = 460 (100%)
R 108 of 460 ~ 23.48%
G 145 of 460 ~ 31.52%
B 207 of 460 ~ 45%

%23.48
%31.52
%45

CMYK color model

#6C91CF color CMYK value is (48,30,0,19).

  • cyan value is 47.83%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(48,30,0,19)
C48M30Y0K19 
(48%,30%,0%,19%)
(0.48/0.30/0.00/0.19)	

CMYK percentages

%47.83
%29.95
%0
%18.82

Codes

Color #6C91CF in popluar color models

6C91CF
RGB108145207
HSL218°50.77%61.76%
HSB/HSV218°47.83%81.18%
CMYK47.83%29.95%0.00%
18.82%

Color #6C91CF in popluar number systems.

HEX6C91CF
Decimal108145207
Binary11011001001000111001111
Octal154221317

Shades and tints

Shades of #6C91CF

#6C91CF
(108,145,207)
#6384BD
(99,132,189)
#5A77AB
(90,119,171)
#516A99
(81,106,153)
#485D87
(72,93,135)
#3F5075
(63,80,117)
#364363
(54,67,99)
#2D3651
(45,54,81)
#24293F
(36,41,63)
#1B1C2D
(27,28,45)
#120F1B
(18,15,27)
#000000
(0,0,0)

Tints of #6C91CF

#6C91CF
(108,145,207)
#799BD3
(121,155,211)
#86A5D7
(134,165,215)
#93AFDB
(147,175,219)
#A0B9DF
(160,185,223)
#ADC3E3
(173,195,227)
#BACDE7
(186,205,231)
#C7D7EB
(199,215,235)
#D4E1EF
(212,225,239)
#E1EBF3
(225,235,243)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C91CF color. Also use rgb(108,145,207) instead hex code.

Text Font Color

.myTextColor { color: #6C91CF; }

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

This text font color is #6C91CF.


Background Color

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

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

This div background color is #6C91CF.


Border color

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

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

This div border color is #6C91CF.


Opacity

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

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

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

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

This text has shadow with #6C91CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C91CF on black background.


Color preview on white background

This text has color #6C91CF on white background.



Black color preview on #6C91CF background

This text has black color on #6C91CF background.


White color preview on #6C91CF background

This text has white color on #6C91CF background.