Shades of Cornflower Blue #6D9BDC
Tints of Cornflower Blue #6D9BDC
RGB
CMYK
RGB Variations
Color information
#6D9BDC (or 0x6D9BDC) is known color: Cornflower Blue. HEX triplet: 6D, 9B and DC. RGB value is (109,155,220). Sum of RGB (Red+Green+Blue) = 109+155+220=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9BDC is #926423. Grayscale: #949494. Windows color (decimal): -9593892 or 14457709. OLE color: 14457709.
HSL color Cylindrical-coordinate representation of color #6D9BDC: hue angle of 215.14º 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 #6D9BDC is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 155 | 220 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.14 |
| HSL | 215.14º | 0.61% | 0.65% | - |
| HSV(B) | 215.14º | 0.5% | 0.86% | - |
| XYZ | 30.95 | 31.86 | 72.23 | - |
| YUV | 148.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 155 | 220 | 0.50 | 0.30 | 0 | 0.14 | 215.14 | 0.61 | 0.65 |
| Hex | 6D | 9B | DC | 32 | 1E | 0 | E | D7 | 3D | 41 |
| Octal | 155 | 233 | 334 | 62 | 36 | 0 | 16 | 327 | 75 | 101 |
| Binary | 1101101 | 10011011 | 11011100 | 110010 | 11110 | 0 | 1110 | 11010111 | 111101 | 1000001 |
Color Harmonies of #6D9BDC
Complementary color
Monochromatic Colors of #6D9BDC
Black with #6D9BDC
Text Example
Text Example
White with #6D9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9BDC; }
p { color: rgb(109,155,220); }
H1.HeaderClassName
{
color: #6D9BDC;
}
.AnyTagClassName
{
color: #6D9BDC;
}
</style>
background-color css
<style>
a { background-color: #6D9BDC; }
a { background-color: rgb(109,155,220); }
div.DivClassName
{
background-color: #6D9BDC;
}
.BgClassName
{
background-color: #6D9BDC;
}
</style>
border-color css
<style>
span { border-color: #6D9BDC; }
span { border-color: rgb(109,155,220); }
td.TdClassName
{
border-color: #6D9BDC;
}
.TagClassName
{
border-color: #6D9BDC;
}
</style>