Shades of Cornflower Blue #6D9ADC
Tints of Cornflower Blue #6D9ADC
RGB
CMYK
RGB Variations
Color information
#6D9ADC (or 0x6D9ADC) is known color: Cornflower Blue. HEX triplet: 6D, 9A and DC. RGB value is (109,154,220). Sum of RGB (Red+Green+Blue) = 109+154+220=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9ADC is #926523. Grayscale: #939393. Windows color (decimal): -9594148 or 14457453. OLE color: 14457453.
HSL color Cylindrical-coordinate representation of color #6D9ADC: hue angle of 215.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D9ADC is Cyan = 0.50, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 154 | 220 | - |
| CMYK | 0.50 | 0.3 | 0 | 0.14 |
| HSL | 215.68º | 0.61% | 0.65% | - |
| HSV(B) | 215.68º | 0.5% | 0.86% | - |
| XYZ | 30.78 | 31.53 | 72.17 | - |
| YUV | 148.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 154 | 220 | 0.50 | 0.3 | 0 | 0.14 | 215.68 | 0.61 | 0.65 |
| Hex | 6D | 9A | DC | 32 | 1E | 0 | E | D8 | 3D | 41 |
| Octal | 155 | 232 | 334 | 62 | 36 | 0 | 16 | 330 | 75 | 101 |
| Binary | 1101101 | 10011010 | 11011100 | 110010 | 11110 | 0 | 1110 | 11011000 | 111101 | 1000001 |
Color Harmonies of #6D9ADC
Complementary color
Monochromatic Colors of #6D9ADC
Black with #6D9ADC
Text Example
Text Example
White with #6D9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9ADC; }
p { color: rgb(109,154,220); }
H1.HeaderClassName
{
color: #6D9ADC;
}
.AnyTagClassName
{
color: #6D9ADC;
}
</style>
background-color css
<style>
a { background-color: #6D9ADC; }
a { background-color: rgb(109,154,220); }
div.DivClassName
{
background-color: #6D9ADC;
}
.BgClassName
{
background-color: #6D9ADC;
}
</style>
border-color css
<style>
span { border-color: #6D9ADC; }
span { border-color: rgb(109,154,220); }
td.TdClassName
{
border-color: #6D9ADC;
}
.TagClassName
{
border-color: #6D9ADC;
}
</style>