Shades of Cornflower Blue #60A0FC
Tints of Cornflower Blue #60A0FC
RGB
CMYK
RGB Variations
Color information
#60A0FC (or 0x60A0FC) is known color: Cornflower Blue. HEX triplet: 60, A0 and FC. RGB value is (96,160,252). Sum of RGB (Red+Green+Blue) = 96+160+252=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #60A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A0FC is #9F5F03. Grayscale: #969696. Windows color (decimal): -10444548 or 16556128. OLE color: 16556128.
HSL color Cylindrical-coordinate representation of color #60A0FC: hue angle of 215.38º 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 #60A0FC is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 160 | 252 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.01 |
| HSL | 215.38º | 0.96% | 0.68% | - |
| HSV(B) | 215.38º | 0.62% | 0.99% | - |
| XYZ | 34.97 | 34.66 | 96.94 | - |
| YUV | 151.35 | 184.8 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 252 | 0.62 | 0.37 | 0 | 0.01 | 215.38 | 0.96 | 0.68 |
| Hex | 60 | A0 | FC | 3E | 25 | 0 | 1 | D7 | 60 | 44 |
| Octal | 140 | 240 | 374 | 76 | 45 | 0 | 1 | 327 | 140 | 104 |
| Binary | 1100000 | 10100000 | 11111100 | 111110 | 100101 | 0 | 1 | 11010111 | 1100000 | 1000100 |
Color Harmonies of #60A0FC
Complementary color
Monochromatic Colors of #60A0FC
Black with #60A0FC
Text Example
Text Example
White with #60A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A0FC; }
p { color: rgb(96,160,252); }
H1.HeaderClassName
{
color: #60A0FC;
}
.AnyTagClassName
{
color: #60A0FC;
}
</style>
background-color css
<style>
a { background-color: #60A0FC; }
a { background-color: rgb(96,160,252); }
div.DivClassName
{
background-color: #60A0FC;
}
.BgClassName
{
background-color: #60A0FC;
}
</style>
border-color css
<style>
span { border-color: #60A0FC; }
span { border-color: rgb(96,160,252); }
td.TdClassName
{
border-color: #60A0FC;
}
.TagClassName
{
border-color: #60A0FC;
}
</style>