Shades of Cornflower Blue #60A8F3
Tints of Cornflower Blue #60A8F3
RGB
CMYK
RGB Variations
Color information
#60A8F3 (or 0x60A8F3) is known color: Cornflower Blue. HEX triplet: 60, A8 and F3. RGB value is (96,168,243). Sum of RGB (Red+Green+Blue) = 96+168+243=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #60A8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8F3 is #9F570C. Grayscale: #9A9A9A. Windows color (decimal): -10442509 or 15968352. OLE color: 15968352.
HSL color Cylindrical-coordinate representation of color #60A8F3: hue angle of 210.61º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60A8F3 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 168 | 243 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.05 |
| HSL | 210.61º | 0.86% | 0.66% | - |
| HSV(B) | 210.61º | 0.6% | 0.95% | - |
| XYZ | 35 | 36.96 | 90.08 | - |
| YUV | 155.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 243 | 0.60 | 0.31 | 0 | 0.05 | 210.61 | 0.86 | 0.66 |
| Hex | 60 | A8 | F3 | 3C | 1F | 0 | 5 | D3 | 56 | 42 |
| Octal | 140 | 250 | 363 | 74 | 37 | 0 | 5 | 323 | 126 | 102 |
| Binary | 1100000 | 10101000 | 11110011 | 111100 | 11111 | 0 | 101 | 11010011 | 1010110 | 1000010 |
Color Harmonies of #60A8F3
Complementary color
Monochromatic Colors of #60A8F3
Black with #60A8F3
Text Example
Text Example
White with #60A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8F3; }
p { color: rgb(96,168,243); }
H1.HeaderClassName
{
color: #60A8F3;
}
.AnyTagClassName
{
color: #60A8F3;
}
</style>
background-color css
<style>
a { background-color: #60A8F3; }
a { background-color: rgb(96,168,243); }
div.DivClassName
{
background-color: #60A8F3;
}
.BgClassName
{
background-color: #60A8F3;
}
</style>
border-color css
<style>
span { border-color: #60A8F3; }
span { border-color: rgb(96,168,243); }
td.TdClassName
{
border-color: #60A8F3;
}
.TagClassName
{
border-color: #60A8F3;
}
</style>