Shades of Cornflower Blue #6F85DE
Tints of Cornflower Blue #6F85DE
RGB
CMYK
RGB Variations
Color information
#6F85DE (or 0x6F85DE) is known color: Cornflower Blue. HEX triplet: 6F, 85 and DE. RGB value is (111,133,222). Sum of RGB (Red+Green+Blue) = 111+133+222=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F85DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F85DE is #907A21. Grayscale: #888888. Windows color (decimal): -9468450 or 14583151. OLE color: 14583151.
HSL color Cylindrical-coordinate representation of color #6F85DE: hue angle of 228.11º degrees, saturation: 0.63, 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 #6F85DE is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 133 | 222 | - |
| CMYK | 0.5 | 0.40 | 0 | 0.13 |
| HSL | 228.11º | 0.63% | 0.65% | - |
| HSV(B) | 228.11º | 0.5% | 0.87% | - |
| XYZ | 28.13 | 25.43 | 72.53 | - |
| YUV | 136.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 222 | 0.5 | 0.40 | 0 | 0.13 | 228.11 | 0.63 | 0.65 |
| Hex | 6F | 85 | DE | 32 | 28 | 0 | D | E4 | 3F | 41 |
| Octal | 157 | 205 | 336 | 62 | 50 | 0 | 15 | 344 | 77 | 101 |
| Binary | 1101111 | 10000101 | 11011110 | 110010 | 101000 | 0 | 1101 | 11100100 | 111111 | 1000001 |
Color Harmonies of #6F85DE
Complementary color
Monochromatic Colors of #6F85DE
Black with #6F85DE
Text Example
Text Example
White with #6F85DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F85DE; }
p { color: rgb(111,133,222); }
H1.HeaderClassName
{
color: #6F85DE;
}
.AnyTagClassName
{
color: #6F85DE;
}
</style>
background-color css
<style>
a { background-color: #6F85DE; }
a { background-color: rgb(111,133,222); }
div.DivClassName
{
background-color: #6F85DE;
}
.BgClassName
{
background-color: #6F85DE;
}
</style>
border-color css
<style>
span { border-color: #6F85DE; }
span { border-color: rgb(111,133,222); }
td.TdClassName
{
border-color: #6F85DE;
}
.TagClassName
{
border-color: #6F85DE;
}
</style>