Shades of Cornflower Blue #6F8FDD
Tints of Cornflower Blue #6F8FDD
RGB
CMYK
RGB Variations
Color information
#6F8FDD (or 0x6F8FDD) is known color: Cornflower Blue. HEX triplet: 6F, 8F and DD. RGB value is (111,143,221). Sum of RGB (Red+Green+Blue) = 111+143+221=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8FDD is #907022. Grayscale: #8D8D8D. Windows color (decimal): -9465891 or 14520175. OLE color: 14520175.
HSL color Cylindrical-coordinate representation of color #6F8FDD: hue angle of 222.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F8FDD is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 143 | 221 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.13 |
| HSL | 222.55º | 0.62% | 0.65% | - |
| HSV(B) | 222.55º | 0.5% | 0.87% | - |
| XYZ | 29.43 | 28.24 | 72.31 | - |
| YUV | 142.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 221 | 0.50 | 0.35 | 0 | 0.13 | 222.55 | 0.62 | 0.65 |
| Hex | 6F | 8F | DD | 32 | 23 | 0 | D | DF | 3E | 41 |
| Octal | 157 | 217 | 335 | 62 | 43 | 0 | 15 | 337 | 76 | 101 |
| Binary | 1101111 | 10001111 | 11011101 | 110010 | 100011 | 0 | 1101 | 11011111 | 111110 | 1000001 |
Color Harmonies of #6F8FDD
Complementary color
Monochromatic Colors of #6F8FDD
Black with #6F8FDD
Text Example
Text Example
White with #6F8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FDD; }
p { color: rgb(111,143,221); }
H1.HeaderClassName
{
color: #6F8FDD;
}
.AnyTagClassName
{
color: #6F8FDD;
}
</style>
background-color css
<style>
a { background-color: #6F8FDD; }
a { background-color: rgb(111,143,221); }
div.DivClassName
{
background-color: #6F8FDD;
}
.BgClassName
{
background-color: #6F8FDD;
}
</style>
border-color css
<style>
span { border-color: #6F8FDD; }
span { border-color: rgb(111,143,221); }
td.TdClassName
{
border-color: #6F8FDD;
}
.TagClassName
{
border-color: #6F8FDD;
}
</style>