Shades of Viking #60BAC7
Tints of Viking #60BAC7
RGB
CMYK
RGB Variations
Color information
#60BAC7 (or 0x60BAC7) is known color: Viking. HEX triplet: 60, BA and C7. RGB value is (96,186,199). Sum of RGB (Red+Green+Blue) = 96+186+199=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #60BAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BAC7 is #9F4538. Grayscale: #A0A0A0. Windows color (decimal): -10437945 or 13089376. OLE color: 13089376.
HSL color Cylindrical-coordinate representation of color #60BAC7: hue angle of 187.57º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BAC7 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 186 | 199 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.22 |
| HSL | 187.57º | 0.48% | 0.58% | - |
| HSV(B) | 187.57º | 0.52% | 0.78% | - |
| XYZ | 32.69 | 41.73 | 60.36 | - |
| YUV | 160.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 199 | 0.52 | 0.07 | 0 | 0.22 | 187.57 | 0.48 | 0.58 |
| Hex | 60 | BA | C7 | 34 | 7 | 0 | 16 | BC | 30 | 3A |
| Octal | 140 | 272 | 307 | 64 | 7 | 0 | 26 | 274 | 60 | 72 |
| Binary | 1100000 | 10111010 | 11000111 | 110100 | 111 | 0 | 10110 | 10111100 | 110000 | 111010 |
Color Harmonies of #60BAC7
Complementary color
Monochromatic Colors of #60BAC7
Black with #60BAC7
Text Example
Text Example
White with #60BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAC7; }
p { color: rgb(96,186,199); }
H1.HeaderClassName
{
color: #60BAC7;
}
.AnyTagClassName
{
color: #60BAC7;
}
</style>
background-color css
<style>
a { background-color: #60BAC7; }
a { background-color: rgb(96,186,199); }
div.DivClassName
{
background-color: #60BAC7;
}
.BgClassName
{
background-color: #60BAC7;
}
</style>
border-color css
<style>
span { border-color: #60BAC7; }
span { border-color: rgb(96,186,199); }
td.TdClassName
{
border-color: #60BAC7;
}
.TagClassName
{
border-color: #60BAC7;
}
</style>