Shades of Cornflower Blue #6D91D8
Tints of Cornflower Blue #6D91D8
RGB
CMYK
RGB Variations
Color information
#6D91D8 (or 0x6D91D8) is known color: Cornflower Blue. HEX triplet: 6D, 91 and D8. RGB value is (109,145,216). Sum of RGB (Red+Green+Blue) = 109+145+216=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D91D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91D8 is #926E27. Grayscale: #8E8E8E. Windows color (decimal): -9596456 or 14193005. OLE color: 14193005.
HSL color Cylindrical-coordinate representation of color #6D91D8: hue angle of 219.81º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D91D8 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 145 | 216 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.15 |
| HSL | 219.81º | 0.58% | 0.64% | - |
| HSV(B) | 219.81º | 0.5% | 0.85% | - |
| XYZ | 28.83 | 28.46 | 68.94 | - |
| YUV | 142.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 216 | 0.50 | 0.33 | 0 | 0.15 | 219.81 | 0.58 | 0.64 |
| Hex | 6D | 91 | D8 | 32 | 21 | 0 | F | DC | 3A | 40 |
| Octal | 155 | 221 | 330 | 62 | 41 | 0 | 17 | 334 | 72 | 100 |
| Binary | 1101101 | 10010001 | 11011000 | 110010 | 100001 | 0 | 1111 | 11011100 | 111010 | 1000000 |
Color Harmonies of #6D91D8
Complementary color
Monochromatic Colors of #6D91D8
Black with #6D91D8
Text Example
Text Example
White with #6D91D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D91D8; }
p { color: rgb(109,145,216); }
H1.HeaderClassName
{
color: #6D91D8;
}
.AnyTagClassName
{
color: #6D91D8;
}
</style>
background-color css
<style>
a { background-color: #6D91D8; }
a { background-color: rgb(109,145,216); }
div.DivClassName
{
background-color: #6D91D8;
}
.BgClassName
{
background-color: #6D91D8;
}
</style>
border-color css
<style>
span { border-color: #6D91D8; }
span { border-color: rgb(109,145,216); }
td.TdClassName
{
border-color: #6D91D8;
}
.TagClassName
{
border-color: #6D91D8;
}
</style>