Shades of Cornflower Blue #6D8DDC
Tints of Cornflower Blue #6D8DDC
RGB
CMYK
RGB Variations
Color information
#6D8DDC (or 0x6D8DDC) is known color: Cornflower Blue. HEX triplet: 6D, 8D and DC. RGB value is (109,141,220). Sum of RGB (Red+Green+Blue) = 109+141+220=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8DDC is #927223. Grayscale: #8C8C8C. Windows color (decimal): -9597476 or 14454125. OLE color: 14454125.
HSL color Cylindrical-coordinate representation of color #6D8DDC: hue angle of 222.7º 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 #6D8DDC is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 141 | 220 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.14 |
| HSL | 222.7º | 0.61% | 0.65% | - |
| HSV(B) | 222.7º | 0.5% | 0.86% | - |
| XYZ | 28.75 | 27.47 | 71.5 | - |
| YUV | 140.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 141 | 220 | 0.50 | 0.36 | 0 | 0.14 | 222.7 | 0.61 | 0.65 |
| Hex | 6D | 8D | DC | 32 | 24 | 0 | E | DF | 3D | 41 |
| Octal | 155 | 215 | 334 | 62 | 44 | 0 | 16 | 337 | 75 | 101 |
| Binary | 1101101 | 10001101 | 11011100 | 110010 | 100100 | 0 | 1110 | 11011111 | 111101 | 1000001 |
Color Harmonies of #6D8DDC
Complementary color
Monochromatic Colors of #6D8DDC
Black with #6D8DDC
Text Example
Text Example
White with #6D8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8DDC; }
p { color: rgb(109,141,220); }
H1.HeaderClassName
{
color: #6D8DDC;
}
.AnyTagClassName
{
color: #6D8DDC;
}
</style>
background-color css
<style>
a { background-color: #6D8DDC; }
a { background-color: rgb(109,141,220); }
div.DivClassName
{
background-color: #6D8DDC;
}
.BgClassName
{
background-color: #6D8DDC;
}
</style>
border-color css
<style>
span { border-color: #6D8DDC; }
span { border-color: rgb(109,141,220); }
td.TdClassName
{
border-color: #6D8DDC;
}
.TagClassName
{
border-color: #6D8DDC;
}
</style>