Shades of Cornflower Blue #6087EF
Tints of Cornflower Blue #6087EF
RGB
CMYK
RGB Variations
Color information
#6087EF (or 0x6087EF) is known color: Cornflower Blue. HEX triplet: 60, 87 and EF. RGB value is (96,135,239). Sum of RGB (Red+Green+Blue) = 96+135+239=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #6087EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6087EF is #9F7810. Grayscale: #868686. Windows color (decimal): -10450961 or 15697760. OLE color: 15697760.
HSL color Cylindrical-coordinate representation of color #6087EF: hue angle of 223.64º 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 #6087EF is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 135 | 239 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.06 |
| HSL | 223.64º | 0.82% | 0.66% | - |
| HSV(B) | 223.64º | 0.6% | 0.94% | - |
| XYZ | 29.07 | 26.05 | 85.16 | - |
| YUV | 135.2 | 186.58 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 239 | 0.60 | 0.44 | 0 | 0.06 | 223.64 | 0.82 | 0.66 |
| Hex | 60 | 87 | EF | 3C | 2C | 0 | 6 | E0 | 52 | 42 |
| Octal | 140 | 207 | 357 | 74 | 54 | 0 | 6 | 340 | 122 | 102 |
| Binary | 1100000 | 10000111 | 11101111 | 111100 | 101100 | 0 | 110 | 11100000 | 1010010 | 1000010 |
Color Harmonies of #6087EF
Complementary color
Monochromatic Colors of #6087EF
Black with #6087EF
Text Example
Text Example
White with #6087EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6087EF; }
p { color: rgb(96,135,239); }
H1.HeaderClassName
{
color: #6087EF;
}
.AnyTagClassName
{
color: #6087EF;
}
</style>
background-color css
<style>
a { background-color: #6087EF; }
a { background-color: rgb(96,135,239); }
div.DivClassName
{
background-color: #6087EF;
}
.BgClassName
{
background-color: #6087EF;
}
</style>
border-color css
<style>
span { border-color: #6087EF; }
span { border-color: rgb(96,135,239); }
td.TdClassName
{
border-color: #6087EF;
}
.TagClassName
{
border-color: #6087EF;
}
</style>