Shades of Cornflower Blue #60A4FF
Tints of Cornflower Blue #60A4FF
RGB
CMYK
RGB Variations
Color information
#60A4FF (or 0x60A4FF) is known color: Cornflower Blue. HEX triplet: 60, A4 and FF. RGB value is (96,164,255). Sum of RGB (Red+Green+Blue) = 96+164+255=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A4FF is #9F5B00. Grayscale: #999999. Windows color (decimal): -10443521 or 16753760. OLE color: 16753760.
HSL color Cylindrical-coordinate representation of color #60A4FF: hue angle of 214.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60A4FF is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 164 | 255 | - |
| CMYK | 0.62 | 0.36 | 0 | 0 |
| HSL | 214.34º | 1% | 0.69% | - |
| HSV(B) | 214.34º | 0.62% | 1% | - |
| XYZ | 36.15 | 36.26 | 99.7 | - |
| YUV | 154.04 | 184.97 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 255 | 0.62 | 0.36 | 0 | 0 | 214.34 | 1 | 0.69 |
| Hex | 60 | A4 | FF | 3E | 24 | 0 | 0 | D6 | 64 | 45 |
| Octal | 140 | 244 | 377 | 76 | 44 | 0 | 0 | 326 | 144 | 105 |
| Binary | 1100000 | 10100100 | 11111111 | 111110 | 100100 | 0 | 0 | 11010110 | 1100100 | 1000101 |
Color Harmonies of #60A4FF
Complementary color
Monochromatic Colors of #60A4FF
Black with #60A4FF
Text Example
Text Example
White with #60A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A4FF; }
p { color: rgb(96,164,255); }
H1.HeaderClassName
{
color: #60A4FF;
}
.AnyTagClassName
{
color: #60A4FF;
}
</style>
background-color css
<style>
a { background-color: #60A4FF; }
a { background-color: rgb(96,164,255); }
div.DivClassName
{
background-color: #60A4FF;
}
.BgClassName
{
background-color: #60A4FF;
}
</style>
border-color css
<style>
span { border-color: #60A4FF; }
span { border-color: rgb(96,164,255); }
td.TdClassName
{
border-color: #60A4FF;
}
.TagClassName
{
border-color: #60A4FF;
}
</style>