Shades of Viking #60B0C3
Tints of Viking #60B0C3
RGB
CMYK
RGB Variations
Color information
#60B0C3 (or 0x60B0C3) is known color: Viking. HEX triplet: 60, B0 and C3. RGB value is (96,176,195). Sum of RGB (Red+Green+Blue) = 96+176+195=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #60B0C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0C3 is #9F4F3C. Grayscale: #9A9A9A. Windows color (decimal): -10440509 or 12824672. OLE color: 12824672.
HSL color Cylindrical-coordinate representation of color #60B0C3: hue angle of 191.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60B0C3 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 176 | 195 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.24 |
| HSL | 191.52º | 0.45% | 0.57% | - |
| HSV(B) | 191.52º | 0.51% | 0.76% | - |
| XYZ | 30.2 | 37.48 | 57.27 | - |
| YUV | 154.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 195 | 0.51 | 0.10 | 0 | 0.24 | 191.52 | 0.45 | 0.57 |
| Hex | 60 | B0 | C3 | 33 | A | 0 | 18 | C0 | 2D | 39 |
| Octal | 140 | 260 | 303 | 63 | 12 | 0 | 30 | 300 | 55 | 71 |
| Binary | 1100000 | 10110000 | 11000011 | 110011 | 1010 | 0 | 11000 | 11000000 | 101101 | 111001 |
Color Harmonies of #60B0C3
Complementary color
Monochromatic Colors of #60B0C3
Black with #60B0C3
Text Example
Text Example
White with #60B0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0C3; }
p { color: rgb(96,176,195); }
H1.HeaderClassName
{
color: #60B0C3;
}
.AnyTagClassName
{
color: #60B0C3;
}
</style>
background-color css
<style>
a { background-color: #60B0C3; }
a { background-color: rgb(96,176,195); }
div.DivClassName
{
background-color: #60B0C3;
}
.BgClassName
{
background-color: #60B0C3;
}
</style>
border-color css
<style>
span { border-color: #60B0C3; }
span { border-color: rgb(96,176,195); }
td.TdClassName
{
border-color: #60B0C3;
}
.TagClassName
{
border-color: #60B0C3;
}
</style>