Shades of Cornflower Blue #60A8FF
Tints of Cornflower Blue #60A8FF
RGB
CMYK
RGB Variations
Color information
#60A8FF (or 0x60A8FF) is known color: Cornflower Blue. HEX triplet: 60, A8 and FF. RGB value is (96,168,255). Sum of RGB (Red+Green+Blue) = 96+168+255=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #60A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8FF is #9F5700. Grayscale: #9B9B9B. Windows color (decimal): -10442497 or 16754784. OLE color: 16754784.
HSL color Cylindrical-coordinate representation of color #60A8FF: hue angle of 212.83º 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 #60A8FF is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 168 | 255 | - |
| CMYK | 0.62 | 0.34 | 0 | 0 |
| HSL | 212.83º | 1% | 0.69% | - |
| HSV(B) | 212.83º | 0.62% | 1% | - |
| XYZ | 36.88 | 37.71 | 99.94 | - |
| YUV | 156.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 255 | 0.62 | 0.34 | 0 | 0 | 212.83 | 1 | 0.69 |
| Hex | 60 | A8 | FF | 3E | 22 | 0 | 0 | D5 | 64 | 45 |
| Octal | 140 | 250 | 377 | 76 | 42 | 0 | 0 | 325 | 144 | 105 |
| Binary | 1100000 | 10101000 | 11111111 | 111110 | 100010 | 0 | 0 | 11010101 | 1100100 | 1000101 |
Color Harmonies of #60A8FF
Complementary color
Monochromatic Colors of #60A8FF
Black with #60A8FF
Text Example
Text Example
White with #60A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8FF; }
p { color: rgb(96,168,255); }
H1.HeaderClassName
{
color: #60A8FF;
}
.AnyTagClassName
{
color: #60A8FF;
}
</style>
background-color css
<style>
a { background-color: #60A8FF; }
a { background-color: rgb(96,168,255); }
div.DivClassName
{
background-color: #60A8FF;
}
.BgClassName
{
background-color: #60A8FF;
}
</style>
border-color css
<style>
span { border-color: #60A8FF; }
span { border-color: rgb(96,168,255); }
td.TdClassName
{
border-color: #60A8FF;
}
.TagClassName
{
border-color: #60A8FF;
}
</style>