Shades of Cornflower Blue #6D9CE1
Tints of Cornflower Blue #6D9CE1
RGB
CMYK
RGB Variations
Color information
#6D9CE1 (or 0x6D9CE1) is known color: Cornflower Blue. HEX triplet: 6D, 9C and E1. RGB value is (109,156,225). Sum of RGB (Red+Green+Blue) = 109+156+225=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #6D9CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9CE1 is #92631E. Grayscale: #959595. Windows color (decimal): -9593631 or 14785645. OLE color: 14785645.
HSL color Cylindrical-coordinate representation of color #6D9CE1: hue angle of 215.69º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D9CE1 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 156 | 225 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.12 |
| HSL | 215.69º | 0.66% | 0.65% | - |
| HSV(B) | 215.69º | 0.52% | 0.88% | - |
| XYZ | 31.79 | 32.46 | 75.83 | - |
| YUV | 149.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 225 | 0.52 | 0.31 | 0 | 0.12 | 215.69 | 0.66 | 0.65 |
| Hex | 6D | 9C | E1 | 34 | 1F | 0 | C | D8 | 42 | 41 |
| Octal | 155 | 234 | 341 | 64 | 37 | 0 | 14 | 330 | 102 | 101 |
| Binary | 1101101 | 10011100 | 11100001 | 110100 | 11111 | 0 | 1100 | 11011000 | 1000010 | 1000001 |
Color Harmonies of #6D9CE1
Complementary color
Monochromatic Colors of #6D9CE1
Black with #6D9CE1
Text Example
Text Example
White with #6D9CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CE1; }
p { color: rgb(109,156,225); }
H1.HeaderClassName
{
color: #6D9CE1;
}
.AnyTagClassName
{
color: #6D9CE1;
}
</style>
background-color css
<style>
a { background-color: #6D9CE1; }
a { background-color: rgb(109,156,225); }
div.DivClassName
{
background-color: #6D9CE1;
}
.BgClassName
{
background-color: #6D9CE1;
}
</style>
border-color css
<style>
span { border-color: #6D9CE1; }
span { border-color: rgb(109,156,225); }
td.TdClassName
{
border-color: #6D9CE1;
}
.TagClassName
{
border-color: #6D9CE1;
}
</style>