Shades of Cornflower Blue #6D9CE0
Tints of Cornflower Blue #6D9CE0
RGB
CMYK
RGB Variations
Color information
#6D9CE0 (or 0x6D9CE0) is known color: Cornflower Blue. HEX triplet: 6D, 9C and E0. RGB value is (109,156,224). Sum of RGB (Red+Green+Blue) = 109+156+224=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CE0 is #92631F. Grayscale: #959595. Windows color (decimal): -9593632 or 14720109. OLE color: 14720109.
HSL color Cylindrical-coordinate representation of color #6D9CE0: hue angle of 215.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D9CE0 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 156 | 224 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.12 |
| HSL | 215.48º | 0.65% | 0.65% | - |
| HSV(B) | 215.48º | 0.51% | 0.88% | - |
| XYZ | 31.65 | 32.41 | 75.11 | - |
| YUV | 149.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 224 | 0.51 | 0.30 | 0 | 0.12 | 215.48 | 0.65 | 0.65 |
| Hex | 6D | 9C | E0 | 33 | 1E | 0 | C | D7 | 41 | 41 |
| Octal | 155 | 234 | 340 | 63 | 36 | 0 | 14 | 327 | 101 | 101 |
| Binary | 1101101 | 10011100 | 11100000 | 110011 | 11110 | 0 | 1100 | 11010111 | 1000001 | 1000001 |
Color Harmonies of #6D9CE0
Complementary color
Monochromatic Colors of #6D9CE0
Black with #6D9CE0
Text Example
Text Example
White with #6D9CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CE0; }
p { color: rgb(109,156,224); }
H1.HeaderClassName
{
color: #6D9CE0;
}
.AnyTagClassName
{
color: #6D9CE0;
}
</style>
background-color css
<style>
a { background-color: #6D9CE0; }
a { background-color: rgb(109,156,224); }
div.DivClassName
{
background-color: #6D9CE0;
}
.BgClassName
{
background-color: #6D9CE0;
}
</style>
border-color css
<style>
span { border-color: #6D9CE0; }
span { border-color: rgb(109,156,224); }
td.TdClassName
{
border-color: #6D9CE0;
}
.TagClassName
{
border-color: #6D9CE0;
}
</style>