Shades of Viking #60BACF
Tints of Viking #60BACF
RGB
CMYK
RGB Variations
Color information
#60BACF (or 0x60BACF) is known color: Viking. HEX triplet: 60, BA and CF. RGB value is (96,186,207). Sum of RGB (Red+Green+Blue) = 96+186+207=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #60BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BACF is #9F4530. Grayscale: #A1A1A1. Windows color (decimal): -10437937 or 13613664. OLE color: 13613664.
HSL color Cylindrical-coordinate representation of color #60BACF: hue angle of 191.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60BACF is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 186 | 207 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.19 |
| HSL | 191.35º | 0.54% | 0.59% | - |
| HSV(B) | 191.35º | 0.54% | 0.81% | - |
| XYZ | 33.65 | 42.11 | 65.39 | - |
| YUV | 161.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 207 | 0.54 | 0.10 | 0 | 0.19 | 191.35 | 0.54 | 0.59 |
| Hex | 60 | BA | CF | 36 | A | 0 | 13 | BF | 36 | 3B |
| Octal | 140 | 272 | 317 | 66 | 12 | 0 | 23 | 277 | 66 | 73 |
| Binary | 1100000 | 10111010 | 11001111 | 110110 | 1010 | 0 | 10011 | 10111111 | 110110 | 111011 |
Color Harmonies of #60BACF
Complementary color
Monochromatic Colors of #60BACF
Black with #60BACF
Text Example
Text Example
White with #60BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BACF; }
p { color: rgb(96,186,207); }
H1.HeaderClassName
{
color: #60BACF;
}
.AnyTagClassName
{
color: #60BACF;
}
</style>
background-color css
<style>
a { background-color: #60BACF; }
a { background-color: rgb(96,186,207); }
div.DivClassName
{
background-color: #60BACF;
}
.BgClassName
{
background-color: #60BACF;
}
</style>
border-color css
<style>
span { border-color: #60BACF; }
span { border-color: rgb(96,186,207); }
td.TdClassName
{
border-color: #60BACF;
}
.TagClassName
{
border-color: #60BACF;
}
</style>