Shades of Cornflower Blue #6F85E0
Tints of Cornflower Blue #6F85E0
RGB
CMYK
RGB Variations
Color information
#6F85E0 (or 0x6F85E0) is known color: Cornflower Blue. HEX triplet: 6F, 85 and E0. RGB value is (111,133,224). Sum of RGB (Red+Green+Blue) = 111+133+224=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #6F85E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F85E0 is #907A1F. Grayscale: #888888. Windows color (decimal): -9468448 or 14714223. OLE color: 14714223.
HSL color Cylindrical-coordinate representation of color #6F85E0: hue angle of 228.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F85E0 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 133 | 224 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.12 |
| HSL | 228.32º | 0.65% | 0.66% | - |
| HSV(B) | 228.32º | 0.5% | 0.88% | - |
| XYZ | 28.4 | 25.54 | 73.95 | - |
| YUV | 136.8 | 177.21 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 224 | 0.50 | 0.41 | 0 | 0.12 | 228.32 | 0.65 | 0.66 |
| Hex | 6F | 85 | E0 | 32 | 29 | 0 | C | E4 | 41 | 42 |
| Octal | 157 | 205 | 340 | 62 | 51 | 0 | 14 | 344 | 101 | 102 |
| Binary | 1101111 | 10000101 | 11100000 | 110010 | 101001 | 0 | 1100 | 11100100 | 1000001 | 1000010 |
Color Harmonies of #6F85E0
Complementary color
Monochromatic Colors of #6F85E0
Black with #6F85E0
Text Example
Text Example
White with #6F85E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F85E0; }
p { color: rgb(111,133,224); }
H1.HeaderClassName
{
color: #6F85E0;
}
.AnyTagClassName
{
color: #6F85E0;
}
</style>
background-color css
<style>
a { background-color: #6F85E0; }
a { background-color: rgb(111,133,224); }
div.DivClassName
{
background-color: #6F85E0;
}
.BgClassName
{
background-color: #6F85E0;
}
</style>
border-color css
<style>
span { border-color: #6F85E0; }
span { border-color: rgb(111,133,224); }
td.TdClassName
{
border-color: #6F85E0;
}
.TagClassName
{
border-color: #6F85E0;
}
</style>