Shades of Cornflower Blue #6D8FDD
Tints of Cornflower Blue #6D8FDD
RGB
CMYK
RGB Variations
Color information
#6D8FDD (or 0x6D8FDD) is known color: Cornflower Blue. HEX triplet: 6D, 8F and DD. RGB value is (109,143,221). Sum of RGB (Red+Green+Blue) = 109+143+221=473 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.04% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FDD is #927022. Grayscale: #8D8D8D. Windows color (decimal): -9596963 or 14520173. OLE color: 14520173.
HSL color Cylindrical-coordinate representation of color #6D8FDD: hue angle of 221.79º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D8FDD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 143 | 221 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.13 |
| HSL | 221.79º | 0.62% | 0.65% | - |
| HSV(B) | 221.79º | 0.51% | 0.87% | - |
| XYZ | 29.18 | 28.12 | 72.3 | - |
| YUV | 141.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 221 | 0.51 | 0.35 | 0 | 0.13 | 221.79 | 0.62 | 0.65 |
| Hex | 6D | 8F | DD | 33 | 23 | 0 | D | DE | 3E | 41 |
| Octal | 155 | 217 | 335 | 63 | 43 | 0 | 15 | 336 | 76 | 101 |
| Binary | 1101101 | 10001111 | 11011101 | 110011 | 100011 | 0 | 1101 | 11011110 | 111110 | 1000001 |
Color Harmonies of #6D8FDD
Complementary color
Monochromatic Colors of #6D8FDD
Black with #6D8FDD
Text Example
Text Example
White with #6D8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8FDD; }
p { color: rgb(109,143,221); }
H1.HeaderClassName
{
color: #6D8FDD;
}
.AnyTagClassName
{
color: #6D8FDD;
}
</style>
background-color css
<style>
a { background-color: #6D8FDD; }
a { background-color: rgb(109,143,221); }
div.DivClassName
{
background-color: #6D8FDD;
}
.BgClassName
{
background-color: #6D8FDD;
}
</style>
border-color css
<style>
span { border-color: #6D8FDD; }
span { border-color: rgb(109,143,221); }
td.TdClassName
{
border-color: #6D8FDD;
}
.TagClassName
{
border-color: #6D8FDD;
}
</style>