Shades of Cornflower Blue #6D91DB
Tints of Cornflower Blue #6D91DB
RGB
CMYK
RGB Variations
Color information
#6D91DB (or 0x6D91DB) is known color: Cornflower Blue. HEX triplet: 6D, 91 and DB. RGB value is (109,145,219). Sum of RGB (Red+Green+Blue) = 109+145+219=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91DB is #926E24. Grayscale: #8E8E8E. Windows color (decimal): -9596453 or 14389613. OLE color: 14389613.
HSL color Cylindrical-coordinate representation of color #6D91DB: hue angle of 220.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D91DB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 145 | 219 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.14 |
| HSL | 220.36º | 0.6% | 0.64% | - |
| HSV(B) | 220.36º | 0.5% | 0.86% | - |
| XYZ | 29.22 | 28.62 | 71 | - |
| YUV | 142.67 | 171.07 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 219 | 0.50 | 0.34 | 0 | 0.14 | 220.36 | 0.6 | 0.64 |
| Hex | 6D | 91 | DB | 32 | 22 | 0 | E | DC | 3C | 40 |
| Octal | 155 | 221 | 333 | 62 | 42 | 0 | 16 | 334 | 74 | 100 |
| Binary | 1101101 | 10010001 | 11011011 | 110010 | 100010 | 0 | 1110 | 11011100 | 111100 | 1000000 |
Color Harmonies of #6D91DB
Complementary color
Monochromatic Colors of #6D91DB
Black with #6D91DB
Text Example
Text Example
White with #6D91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D91DB; }
p { color: rgb(109,145,219); }
H1.HeaderClassName
{
color: #6D91DB;
}
.AnyTagClassName
{
color: #6D91DB;
}
</style>
background-color css
<style>
a { background-color: #6D91DB; }
a { background-color: rgb(109,145,219); }
div.DivClassName
{
background-color: #6D91DB;
}
.BgClassName
{
background-color: #6D91DB;
}
</style>
border-color css
<style>
span { border-color: #6D91DB; }
span { border-color: rgb(109,145,219); }
td.TdClassName
{
border-color: #6D91DB;
}
.TagClassName
{
border-color: #6D91DB;
}
</style>