Shades of Cornflower Blue #6D8CD8
Tints of Cornflower Blue #6D8CD8
RGB
CMYK
RGB Variations
Color information
#6D8CD8 (or 0x6D8CD8) is known color: Cornflower Blue. HEX triplet: 6D, 8C and D8. RGB value is (109,140,216). Sum of RGB (Red+Green+Blue) = 109+140+216=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #6D8CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CD8 is #927327. Grayscale: #8B8B8B. Windows color (decimal): -9597736 or 14191725. OLE color: 14191725.
HSL color Cylindrical-coordinate representation of color #6D8CD8: hue angle of 222.62º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D8CD8 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 140 | 216 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.15 |
| HSL | 222.62º | 0.58% | 0.64% | - |
| HSV(B) | 222.62º | 0.5% | 0.85% | - |
| XYZ | 28.08 | 26.97 | 68.69 | - |
| YUV | 139.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 216 | 0.50 | 0.35 | 0 | 0.15 | 222.62 | 0.58 | 0.64 |
| Hex | 6D | 8C | D8 | 32 | 23 | 0 | F | DF | 3A | 40 |
| Octal | 155 | 214 | 330 | 62 | 43 | 0 | 17 | 337 | 72 | 100 |
| Binary | 1101101 | 10001100 | 11011000 | 110010 | 100011 | 0 | 1111 | 11011111 | 111010 | 1000000 |
Color Harmonies of #6D8CD8
Complementary color
Monochromatic Colors of #6D8CD8
Black with #6D8CD8
Text Example
Text Example
White with #6D8CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CD8; }
p { color: rgb(109,140,216); }
H1.HeaderClassName
{
color: #6D8CD8;
}
.AnyTagClassName
{
color: #6D8CD8;
}
</style>
background-color css
<style>
a { background-color: #6D8CD8; }
a { background-color: rgb(109,140,216); }
div.DivClassName
{
background-color: #6D8CD8;
}
.BgClassName
{
background-color: #6D8CD8;
}
</style>
border-color css
<style>
span { border-color: #6D8CD8; }
span { border-color: rgb(109,140,216); }
td.TdClassName
{
border-color: #6D8CD8;
}
.TagClassName
{
border-color: #6D8CD8;
}
</style>