Shades of Cornflower Blue #6095EF
Tints of Cornflower Blue #6095EF
RGB
CMYK
RGB Variations
Color information
#6095EF (or 0x6095EF) is known color: Cornflower Blue. HEX triplet: 60, 95 and EF. RGB value is (96,149,239). Sum of RGB (Red+Green+Blue) = 96+149+239=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #6095EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095EF is #9F6A10. Grayscale: #8F8F8F. Windows color (decimal): -10447377 or 15701344. OLE color: 15701344.
HSL color Cylindrical-coordinate representation of color #6095EF: hue angle of 217.76º 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 #6095EF is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 149 | 239 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.06 |
| HSL | 217.76º | 0.82% | 0.66% | - |
| HSV(B) | 217.76º | 0.6% | 0.94% | - |
| XYZ | 31.15 | 30.21 | 85.85 | - |
| YUV | 143.41 | 181.94 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 239 | 0.60 | 0.38 | 0 | 0.06 | 217.76 | 0.82 | 0.66 |
| Hex | 60 | 95 | EF | 3C | 26 | 0 | 6 | DA | 52 | 42 |
| Octal | 140 | 225 | 357 | 74 | 46 | 0 | 6 | 332 | 122 | 102 |
| Binary | 1100000 | 10010101 | 11101111 | 111100 | 100110 | 0 | 110 | 11011010 | 1010010 | 1000010 |
Color Harmonies of #6095EF
Complementary color
Monochromatic Colors of #6095EF
Black with #6095EF
Text Example
Text Example
White with #6095EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6095EF; }
p { color: rgb(96,149,239); }
H1.HeaderClassName
{
color: #6095EF;
}
.AnyTagClassName
{
color: #6095EF;
}
</style>
background-color css
<style>
a { background-color: #6095EF; }
a { background-color: rgb(96,149,239); }
div.DivClassName
{
background-color: #6095EF;
}
.BgClassName
{
background-color: #6095EF;
}
</style>
border-color css
<style>
span { border-color: #6095EF; }
span { border-color: rgb(96,149,239); }
td.TdClassName
{
border-color: #6095EF;
}
.TagClassName
{
border-color: #6095EF;
}
</style>