Shades of Cornflower Blue #6096FC
Tints of Cornflower Blue #6096FC
RGB
CMYK
RGB Variations
Color information
#6096FC (or 0x6096FC) is known color: Cornflower Blue. HEX triplet: 60, 96 and FC. RGB value is (96,150,252). Sum of RGB (Red+Green+Blue) = 96+150+252=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #6096FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6096FC is #9F6903. Grayscale: #919191. Windows color (decimal): -10447108 or 16553568. OLE color: 16553568.
HSL color Cylindrical-coordinate representation of color #6096FC: hue angle of 219.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6096FC is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 150 | 252 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.01 |
| HSL | 219.23º | 0.96% | 0.68% | - |
| HSV(B) | 219.23º | 0.62% | 0.99% | - |
| XYZ | 33.3 | 31.33 | 96.39 | - |
| YUV | 145.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 150 | 252 | 0.62 | 0.40 | 0 | 0.01 | 219.23 | 0.96 | 0.68 |
| Hex | 60 | 96 | FC | 3E | 28 | 0 | 1 | DB | 60 | 44 |
| Octal | 140 | 226 | 374 | 76 | 50 | 0 | 1 | 333 | 140 | 104 |
| Binary | 1100000 | 10010110 | 11111100 | 111110 | 101000 | 0 | 1 | 11011011 | 1100000 | 1000100 |
Color Harmonies of #6096FC
Complementary color
Monochromatic Colors of #6096FC
Black with #6096FC
Text Example
Text Example
White with #6096FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6096FC; }
p { color: rgb(96,150,252); }
H1.HeaderClassName
{
color: #6096FC;
}
.AnyTagClassName
{
color: #6096FC;
}
</style>
background-color css
<style>
a { background-color: #6096FC; }
a { background-color: rgb(96,150,252); }
div.DivClassName
{
background-color: #6096FC;
}
.BgClassName
{
background-color: #6096FC;
}
</style>
border-color css
<style>
span { border-color: #6096FC; }
span { border-color: rgb(96,150,252); }
td.TdClassName
{
border-color: #6096FC;
}
.TagClassName
{
border-color: #6096FC;
}
</style>