Shades of Cornflower Blue #6D9CE6
Tints of Cornflower Blue #6D9CE6
RGB
CMYK
RGB Variations
Color information
#6D9CE6 (or 0x6D9CE6) is known color: Cornflower Blue. HEX triplet: 6D, 9C and E6. RGB value is (109,156,230). Sum of RGB (Red+Green+Blue) = 109+156+230=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #6D9CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CE6 is #926319. Grayscale: #969696. Windows color (decimal): -9593626 or 15113325. OLE color: 15113325.
HSL color Cylindrical-coordinate representation of color #6D9CE6: hue angle of 216.69º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D9CE6 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 156 | 230 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.10 |
| HSL | 216.69º | 0.71% | 0.66% | - |
| HSV(B) | 216.69º | 0.53% | 0.9% | - |
| XYZ | 32.48 | 32.74 | 79.47 | - |
| YUV | 150.38 | 172.93 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 230 | 0.53 | 0.32 | 0 | 0.10 | 216.69 | 0.71 | 0.66 |
| Hex | 6D | 9C | E6 | 35 | 20 | 0 | A | D9 | 47 | 42 |
| Octal | 155 | 234 | 346 | 65 | 40 | 0 | 12 | 331 | 107 | 102 |
| Binary | 1101101 | 10011100 | 11100110 | 110101 | 100000 | 0 | 1010 | 11011001 | 1000111 | 1000010 |
Color Harmonies of #6D9CE6
Complementary color
Monochromatic Colors of #6D9CE6
Black with #6D9CE6
Text Example
Text Example
White with #6D9CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CE6; }
p { color: rgb(109,156,230); }
H1.HeaderClassName
{
color: #6D9CE6;
}
.AnyTagClassName
{
color: #6D9CE6;
}
</style>
background-color css
<style>
a { background-color: #6D9CE6; }
a { background-color: rgb(109,156,230); }
div.DivClassName
{
background-color: #6D9CE6;
}
.BgClassName
{
background-color: #6D9CE6;
}
</style>
border-color css
<style>
span { border-color: #6D9CE6; }
span { border-color: rgb(109,156,230); }
td.TdClassName
{
border-color: #6D9CE6;
}
.TagClassName
{
border-color: #6D9CE6;
}
</style>