Shades of Cornflower Blue #6085EF
Tints of Cornflower Blue #6085EF
RGB
CMYK
RGB Variations
Color information
#6085EF (or 0x6085EF) is known color: Cornflower Blue. HEX triplet: 60, 85 and EF. RGB value is (96,133,239). Sum of RGB (Red+Green+Blue) = 96+133+239=468 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.51% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #6085EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6085EF is #9F7A10. Grayscale: #858585. Windows color (decimal): -10451473 or 15697248. OLE color: 15697248.
HSL color Cylindrical-coordinate representation of color #6085EF: hue angle of 224.48º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6085EF is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 133 | 239 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.06 |
| HSL | 224.48º | 0.82% | 0.66% | - |
| HSV(B) | 224.48º | 0.6% | 0.94% | - |
| XYZ | 28.79 | 25.49 | 85.06 | - |
| YUV | 134.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 239 | 0.60 | 0.44 | 0 | 0.06 | 224.48 | 0.82 | 0.66 |
| Hex | 60 | 85 | EF | 3C | 2C | 0 | 6 | E0 | 52 | 42 |
| Octal | 140 | 205 | 357 | 74 | 54 | 0 | 6 | 340 | 122 | 102 |
| Binary | 1100000 | 10000101 | 11101111 | 111100 | 101100 | 0 | 110 | 11100000 | 1010010 | 1000010 |
Color Harmonies of #6085EF
Complementary color
Monochromatic Colors of #6085EF
Black with #6085EF
Text Example
Text Example
White with #6085EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085EF; }
p { color: rgb(96,133,239); }
H1.HeaderClassName
{
color: #6085EF;
}
.AnyTagClassName
{
color: #6085EF;
}
</style>
background-color css
<style>
a { background-color: #6085EF; }
a { background-color: rgb(96,133,239); }
div.DivClassName
{
background-color: #6085EF;
}
.BgClassName
{
background-color: #6085EF;
}
</style>
border-color css
<style>
span { border-color: #6085EF; }
span { border-color: rgb(96,133,239); }
td.TdClassName
{
border-color: #6085EF;
}
.TagClassName
{
border-color: #6085EF;
}
</style>