Shades of Cornflower Blue #6D9CE8
Tints of Cornflower Blue #6D9CE8
RGB
CMYK
RGB Variations
Color information
#6D9CE8 (or 0x6D9CE8) is known color: Cornflower Blue. HEX triplet: 6D, 9C and E8. RGB value is (109,156,232). Sum of RGB (Red+Green+Blue) = 109+156+232=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #6D9CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CE8 is #926317. Grayscale: #969696. Windows color (decimal): -9593624 or 15244397. OLE color: 15244397.
HSL color Cylindrical-coordinate representation of color #6D9CE8: hue angle of 217.07º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D9CE8 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 156 | 232 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.09 |
| HSL | 217.07º | 0.73% | 0.67% | - |
| HSV(B) | 217.07º | 0.53% | 0.91% | - |
| XYZ | 32.76 | 32.85 | 80.96 | - |
| YUV | 150.61 | 173.93 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 232 | 0.53 | 0.33 | 0 | 0.09 | 217.07 | 0.73 | 0.67 |
| Hex | 6D | 9C | E8 | 35 | 21 | 0 | 9 | D9 | 49 | 43 |
| Octal | 155 | 234 | 350 | 65 | 41 | 0 | 11 | 331 | 111 | 103 |
| Binary | 1101101 | 10011100 | 11101000 | 110101 | 100001 | 0 | 1001 | 11011001 | 1001001 | 1000011 |
Color Harmonies of #6D9CE8
Complementary color
Monochromatic Colors of #6D9CE8
Black with #6D9CE8
Text Example
Text Example
White with #6D9CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CE8; }
p { color: rgb(109,156,232); }
H1.HeaderClassName
{
color: #6D9CE8;
}
.AnyTagClassName
{
color: #6D9CE8;
}
</style>
background-color css
<style>
a { background-color: #6D9CE8; }
a { background-color: rgb(109,156,232); }
div.DivClassName
{
background-color: #6D9CE8;
}
.BgClassName
{
background-color: #6D9CE8;
}
</style>
border-color css
<style>
span { border-color: #6D9CE8; }
span { border-color: rgb(109,156,232); }
td.TdClassName
{
border-color: #6D9CE8;
}
.TagClassName
{
border-color: #6D9CE8;
}
</style>