Shades of Cornflower Blue #6092EE
Tints of Cornflower Blue #6092EE
RGB
CMYK
RGB Variations
Color information
#6092EE (or 0x6092EE) is known color: Cornflower Blue. HEX triplet: 60, 92 and EE. RGB value is (96,146,238). Sum of RGB (Red+Green+Blue) = 96+146+238=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #6092EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6092EE is #9F6D11. Grayscale: #8D8D8D. Windows color (decimal): -10448146 or 15635040. OLE color: 15635040.
HSL color Cylindrical-coordinate representation of color #6092EE: hue angle of 218.87º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6092EE is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 146 | 238 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.07 |
| HSL | 218.87º | 0.81% | 0.65% | - |
| HSV(B) | 218.87º | 0.6% | 0.93% | - |
| XYZ | 30.54 | 29.22 | 84.92 | - |
| YUV | 141.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 238 | 0.60 | 0.39 | 0 | 0.07 | 218.87 | 0.81 | 0.65 |
| Hex | 60 | 92 | EE | 3C | 27 | 0 | 7 | DB | 51 | 41 |
| Octal | 140 | 222 | 356 | 74 | 47 | 0 | 7 | 333 | 121 | 101 |
| Binary | 1100000 | 10010010 | 11101110 | 111100 | 100111 | 0 | 111 | 11011011 | 1010001 | 1000001 |
Color Harmonies of #6092EE
Complementary color
Monochromatic Colors of #6092EE
Black with #6092EE
Text Example
Text Example
White with #6092EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6092EE; }
p { color: rgb(96,146,238); }
H1.HeaderClassName
{
color: #6092EE;
}
.AnyTagClassName
{
color: #6092EE;
}
</style>
background-color css
<style>
a { background-color: #6092EE; }
a { background-color: rgb(96,146,238); }
div.DivClassName
{
background-color: #6092EE;
}
.BgClassName
{
background-color: #6092EE;
}
</style>
border-color css
<style>
span { border-color: #6092EE; }
span { border-color: rgb(96,146,238); }
td.TdClassName
{
border-color: #6092EE;
}
.TagClassName
{
border-color: #6092EE;
}
</style>