Shades of Cornflower Blue #6087FE
Tints of Cornflower Blue #6087FE
RGB
CMYK
RGB Variations
Color information
#6087FE (or 0x6087FE) is known color: Cornflower Blue. HEX triplet: 60, 87 and FE. RGB value is (96,135,254). Sum of RGB (Red+Green+Blue) = 96+135+254=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6087FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6087FE is #9F7801. Grayscale: #888888. Windows color (decimal): -10450946 or 16680800. OLE color: 16680800.
HSL color Cylindrical-coordinate representation of color #6087FE: hue angle of 225.19º 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 #6087FE is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 135 | 254 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.00 |
| HSL | 225.19º | 0.99% | 0.69% | - |
| HSV(B) | 225.19º | 0.62% | 1% | - |
| XYZ | 31.38 | 26.97 | 97.32 | - |
| YUV | 136.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 254 | 0.62 | 0.47 | 0 | 0.00 | 225.19 | 0.99 | 0.69 |
| Hex | 60 | 87 | FE | 3E | 2F | 0 | 0 | E1 | 63 | 45 |
| Octal | 140 | 207 | 376 | 76 | 57 | 0 | 0 | 341 | 143 | 105 |
| Binary | 1100000 | 10000111 | 11111110 | 111110 | 101111 | 0 | 0 | 11100001 | 1100011 | 1000101 |
Color Harmonies of #6087FE
Complementary color
Monochromatic Colors of #6087FE
Black with #6087FE
Text Example
Text Example
White with #6087FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6087FE; }
p { color: rgb(96,135,254); }
H1.HeaderClassName
{
color: #6087FE;
}
.AnyTagClassName
{
color: #6087FE;
}
</style>
background-color css
<style>
a { background-color: #6087FE; }
a { background-color: rgb(96,135,254); }
div.DivClassName
{
background-color: #6087FE;
}
.BgClassName
{
background-color: #6087FE;
}
</style>
border-color css
<style>
span { border-color: #6087FE; }
span { border-color: rgb(96,135,254); }
td.TdClassName
{
border-color: #6087FE;
}
.TagClassName
{
border-color: #6087FE;
}
</style>