Shades of Viking #60BACC
Tints of Viking #60BACC
RGB
CMYK
RGB Variations
Color information
#60BACC (or 0x60BACC) is known color: Viking. HEX triplet: 60, BA and CC. RGB value is (96,186,204). Sum of RGB (Red+Green+Blue) = 96+186+204=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #60BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BACC is #9F4533. Grayscale: #A0A0A0. Windows color (decimal): -10437940 or 13417056. OLE color: 13417056.
HSL color Cylindrical-coordinate representation of color #60BACC: hue angle of 190º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60BACC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 186 | 204 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.2 |
| HSL | 190º | 0.51% | 0.59% | - |
| HSV(B) | 190º | 0.53% | 0.8% | - |
| XYZ | 33.28 | 41.96 | 63.47 | - |
| YUV | 161.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 204 | 0.53 | 0.09 | 0 | 0.2 | 190 | 0.51 | 0.59 |
| Hex | 60 | BA | CC | 35 | 9 | 0 | 14 | BE | 33 | 3B |
| Octal | 140 | 272 | 314 | 65 | 11 | 0 | 24 | 276 | 63 | 73 |
| Binary | 1100000 | 10111010 | 11001100 | 110101 | 1001 | 0 | 10100 | 10111110 | 110011 | 111011 |
Color Harmonies of #60BACC
Complementary color
Monochromatic Colors of #60BACC
Black with #60BACC
Text Example
Text Example
White with #60BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BACC; }
p { color: rgb(96,186,204); }
H1.HeaderClassName
{
color: #60BACC;
}
.AnyTagClassName
{
color: #60BACC;
}
</style>
background-color css
<style>
a { background-color: #60BACC; }
a { background-color: rgb(96,186,204); }
div.DivClassName
{
background-color: #60BACC;
}
.BgClassName
{
background-color: #60BACC;
}
</style>
border-color css
<style>
span { border-color: #60BACC; }
span { border-color: rgb(96,186,204); }
td.TdClassName
{
border-color: #60BACC;
}
.TagClassName
{
border-color: #60BACC;
}
</style>