Shades of Cornflower Blue #60A6FF
Tints of Cornflower Blue #60A6FF
RGB
CMYK
RGB Variations
Color information
#60A6FF (or 0x60A6FF) is known color: Cornflower Blue. HEX triplet: 60, A6 and FF. RGB value is (96,166,255). Sum of RGB (Red+Green+Blue) = 96+166+255=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A6FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A6FF is #9F5900. Grayscale: #9A9A9A. Windows color (decimal): -10443009 or 16754272. OLE color: 16754272.
HSL color Cylindrical-coordinate representation of color #60A6FF: hue angle of 213.58º 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 #60A6FF is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 166 | 255 | - |
| CMYK | 0.62 | 0.35 | 0 | 0 |
| HSL | 213.58º | 1% | 0.69% | - |
| HSV(B) | 213.58º | 0.62% | 1% | - |
| XYZ | 36.51 | 36.98 | 99.82 | - |
| YUV | 155.22 | 184.31 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 255 | 0.62 | 0.35 | 0 | 0 | 213.58 | 1 | 0.69 |
| Hex | 60 | A6 | FF | 3E | 23 | 0 | 0 | D6 | 64 | 45 |
| Octal | 140 | 246 | 377 | 76 | 43 | 0 | 0 | 326 | 144 | 105 |
| Binary | 1100000 | 10100110 | 11111111 | 111110 | 100011 | 0 | 0 | 11010110 | 1100100 | 1000101 |
Color Harmonies of #60A6FF
Complementary color
Monochromatic Colors of #60A6FF
Black with #60A6FF
Text Example
Text Example
White with #60A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A6FF; }
p { color: rgb(96,166,255); }
H1.HeaderClassName
{
color: #60A6FF;
}
.AnyTagClassName
{
color: #60A6FF;
}
</style>
background-color css
<style>
a { background-color: #60A6FF; }
a { background-color: rgb(96,166,255); }
div.DivClassName
{
background-color: #60A6FF;
}
.BgClassName
{
background-color: #60A6FF;
}
</style>
border-color css
<style>
span { border-color: #60A6FF; }
span { border-color: rgb(96,166,255); }
td.TdClassName
{
border-color: #60A6FF;
}
.TagClassName
{
border-color: #60A6FF;
}
</style>