Shades of Cornflower Blue #6091EF
Tints of Cornflower Blue #6091EF
RGB
CMYK
RGB Variations
Color information
#6091EF (or 0x6091EF) is known color: Cornflower Blue. HEX triplet: 60, 91 and EF. RGB value is (96,145,239). Sum of RGB (Red+Green+Blue) = 96+145+239=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #6091EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6091EF is #9F6E10. Grayscale: #8C8C8C. Windows color (decimal): -10448401 or 15700320. OLE color: 15700320.
HSL color Cylindrical-coordinate representation of color #6091EF: hue angle of 219.44º 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 #6091EF is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 145 | 239 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.06 |
| HSL | 219.44º | 0.82% | 0.66% | - |
| HSV(B) | 219.44º | 0.6% | 0.94% | - |
| XYZ | 30.53 | 28.97 | 85.64 | - |
| YUV | 141.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 239 | 0.60 | 0.39 | 0 | 0.06 | 219.44 | 0.82 | 0.66 |
| Hex | 60 | 91 | EF | 3C | 27 | 0 | 6 | DB | 52 | 42 |
| Octal | 140 | 221 | 357 | 74 | 47 | 0 | 6 | 333 | 122 | 102 |
| Binary | 1100000 | 10010001 | 11101111 | 111100 | 100111 | 0 | 110 | 11011011 | 1010010 | 1000010 |
Color Harmonies of #6091EF
Complementary color
Monochromatic Colors of #6091EF
Black with #6091EF
Text Example
Text Example
White with #6091EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6091EF; }
p { color: rgb(96,145,239); }
H1.HeaderClassName
{
color: #6091EF;
}
.AnyTagClassName
{
color: #6091EF;
}
</style>
background-color css
<style>
a { background-color: #6091EF; }
a { background-color: rgb(96,145,239); }
div.DivClassName
{
background-color: #6091EF;
}
.BgClassName
{
background-color: #6091EF;
}
</style>
border-color css
<style>
span { border-color: #6091EF; }
span { border-color: rgb(96,145,239); }
td.TdClassName
{
border-color: #6091EF;
}
.TagClassName
{
border-color: #6091EF;
}
</style>