Shades of Cornflower Blue #6085FE
Tints of Cornflower Blue #6085FE
RGB
CMYK
RGB Variations
Color information
#6085FE (or 0x6085FE) is known color: Cornflower Blue. HEX triplet: 60, 85 and FE. RGB value is (96,133,254). Sum of RGB (Red+Green+Blue) = 96+133+254=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #6085FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6085FE is #9F7A01. Grayscale: #878787. Windows color (decimal): -10451458 or 16680288. OLE color: 16680288.
HSL color Cylindrical-coordinate representation of color #6085FE: hue angle of 225.95º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6085FE is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 133 | 254 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.00 |
| HSL | 225.95º | 0.99% | 0.69% | - |
| HSV(B) | 225.95º | 0.62% | 1% | - |
| XYZ | 31.1 | 26.42 | 97.23 | - |
| YUV | 135.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 133 | 254 | 0.62 | 0.48 | 0 | 0.00 | 225.95 | 0.99 | 0.69 |
| Hex | 60 | 85 | FE | 3E | 30 | 0 | 0 | E2 | 63 | 45 |
| Octal | 140 | 205 | 376 | 76 | 60 | 0 | 0 | 342 | 143 | 105 |
| Binary | 1100000 | 10000101 | 11111110 | 111110 | 110000 | 0 | 0 | 11100010 | 1100011 | 1000101 |
Color Harmonies of #6085FE
Complementary color
Monochromatic Colors of #6085FE
Black with #6085FE
Text Example
Text Example
White with #6085FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6085FE; }
p { color: rgb(96,133,254); }
H1.HeaderClassName
{
color: #6085FE;
}
.AnyTagClassName
{
color: #6085FE;
}
</style>
background-color css
<style>
a { background-color: #6085FE; }
a { background-color: rgb(96,133,254); }
div.DivClassName
{
background-color: #6085FE;
}
.BgClassName
{
background-color: #6085FE;
}
</style>
border-color css
<style>
span { border-color: #6085FE; }
span { border-color: rgb(96,133,254); }
td.TdClassName
{
border-color: #6085FE;
}
.TagClassName
{
border-color: #6085FE;
}
</style>