Shades of Cornflower Blue #60A1E4
Tints of Cornflower Blue #60A1E4
RGB
CMYK
RGB Variations
Color information
#60A1E4 (or 0x60A1E4) is known color: Cornflower Blue. HEX triplet: 60, A1 and E4. RGB value is (96,161,228). Sum of RGB (Red+Green+Blue) = 96+161+228=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #60A1E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A1E4 is #9F5E1B. Grayscale: #949494. Windows color (decimal): -10444316 or 14983520. OLE color: 14983520.
HSL color Cylindrical-coordinate representation of color #60A1E4: hue angle of 210.45º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60A1E4 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 161 | 228 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.11 |
| HSL | 210.45º | 0.71% | 0.64% | - |
| HSV(B) | 210.45º | 0.58% | 0.89% | - |
| XYZ | 31.57 | 33.58 | 78.22 | - |
| YUV | 149.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 228 | 0.58 | 0.29 | 0 | 0.11 | 210.45 | 0.71 | 0.64 |
| Hex | 60 | A1 | E4 | 3A | 1D | 0 | B | D2 | 47 | 40 |
| Octal | 140 | 241 | 344 | 72 | 35 | 0 | 13 | 322 | 107 | 100 |
| Binary | 1100000 | 10100001 | 11100100 | 111010 | 11101 | 0 | 1011 | 11010010 | 1000111 | 1000000 |
Color Harmonies of #60A1E4
Complementary color
Monochromatic Colors of #60A1E4
Black with #60A1E4
Text Example
Text Example
White with #60A1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A1E4; }
p { color: rgb(96,161,228); }
H1.HeaderClassName
{
color: #60A1E4;
}
.AnyTagClassName
{
color: #60A1E4;
}
</style>
background-color css
<style>
a { background-color: #60A1E4; }
a { background-color: rgb(96,161,228); }
div.DivClassName
{
background-color: #60A1E4;
}
.BgClassName
{
background-color: #60A1E4;
}
</style>
border-color css
<style>
span { border-color: #60A1E4; }
span { border-color: rgb(96,161,228); }
td.TdClassName
{
border-color: #60A1E4;
}
.TagClassName
{
border-color: #60A1E4;
}
</style>