COLOR #6C91DB

HEX: #6C91DB RGB: (108,145,219)

Color info

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

RGB color model

#6C91DB color RGB value is (108,145,219).

RGB: (108,145,219) (42%, 57%, 86%)

RGB channels and saturation

R 108 of 255 = 42%
G 145 of 255 = 57%
B 219 of 255 = 86%

108
145
219

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

Portions of RGB colors in percentages

R + G + B = 108 + 145 + 219 = 472 (100%)
R 108 of 472 ~ 22.88%
G 145 of 472 ~ 30.72%
B 219 of 472 ~ 46.4'%

%22.88
%30.72
%46.4

CMYK color model

#6C91DB color CMYK value is (51,34,0,14).

  • cyan value is 50.68%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (51,34,0,14)
C51M34Y0K14 (51%, 34%, 0%, 14%)
(0.51 / 0.34 / 0.00 / 0.14)

CMYK percentages

%50.68
%33.79
%0
%14.12

Codes

Color #6C91DB in popluar color models

6C 91 DB
RGB 108 145 219
HSL 220° 60.66% 64.12%
HSB/HSV 220° 50.68% 85.88%
CMYK 50.68% 33.79% 0.00%
14.12%

Color #6C91DB in popluar number systems.

HEX 6C 91 DB
Decimal 108 145 219
Binary 1101100 10010001 11011011
Octal 154 221 333

Shades and tints

Shades of #6C91DB

#6C91DB
(108,145,219)
#6384C8
(99,132,200)
#5A77B5
(90,119,181)
#516AA2
(81,106,162)
#485D8F
(72,93,143)
#3F507C
(63,80,124)
#364369
(54,67,105)
#2D3656
(45,54,86)
#242943
(36,41,67)
#1B1C30
(27,28,48)
#120F1D
(18,15,29)
#000000
(0,0,0)

Tints of #6C91DB

#6C91DB
(108,145,219)
#799BDE
(121,155,222)
#86A5E1
(134,165,225)
#93AFE4
(147,175,228)
#A0B9E7
(160,185,231)
#ADC3EA
(173,195,234)
#BACDED
(186,205,237)
#C7D7F0
(199,215,240)
#D4E1F3
(212,225,243)
#E1EBF6
(225,235,246)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C91DB; }

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

This text font color is #6C91DB.

Background Color

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

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

This div background color is #6C91DB.

Border color

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

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

This div border color is #6C91DB.

Opacity

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

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

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

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

This text has shadow with #6C91DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C91DB.

Preview

Color preview on black background

This text has color #6C91DB on black background.


Color preview on white background

This text has color #6C91DB on white background.


Black color preview on #6C91DB background

This text has black color on #6C91DB background.


White color preview on #6C91DB background

This text has white color on #6C91DB background.


Related colors

Complementary color

Complementary color for #hex is #936E24.


I love getcolorcode.com

Triadic colors

1 #DB6C91 and #91DB6C with #6C91DB are triadic colors.

2 #DB916C and #916CDB with #6C91DB are triadic colors.