Shades of Viking #60B2CC
Tints of Viking #60B2CC
RGB
CMYK
RGB Variations
Color information
#60B2CC (or 0x60B2CC) is known color: Viking. HEX triplet: 60, B2 and CC. RGB value is (96,178,204). Sum of RGB (Red+Green+Blue) = 96+178+204=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #60B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2CC is #9F4D33. Grayscale: #9C9C9C. Windows color (decimal): -10439988 or 13415008. OLE color: 13415008.
HSL color Cylindrical-coordinate representation of color #60B2CC: hue angle of 194.44º 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 #60B2CC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 178 | 204 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.2 |
| HSL | 194.44º | 0.51% | 0.59% | - |
| HSV(B) | 194.44º | 0.53% | 0.8% | - |
| XYZ | 31.64 | 38.69 | 62.93 | - |
| YUV | 156.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 204 | 0.53 | 0.13 | 0 | 0.2 | 194.44 | 0.51 | 0.59 |
| Hex | 60 | B2 | CC | 35 | D | 0 | 14 | C2 | 33 | 3B |
| Octal | 140 | 262 | 314 | 65 | 15 | 0 | 24 | 302 | 63 | 73 |
| Binary | 1100000 | 10110010 | 11001100 | 110101 | 1101 | 0 | 10100 | 11000010 | 110011 | 111011 |
Color Harmonies of #60B2CC
Complementary color
Monochromatic Colors of #60B2CC
Black with #60B2CC
Text Example
Text Example
White with #60B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2CC; }
p { color: rgb(96,178,204); }
H1.HeaderClassName
{
color: #60B2CC;
}
.AnyTagClassName
{
color: #60B2CC;
}
</style>
background-color css
<style>
a { background-color: #60B2CC; }
a { background-color: rgb(96,178,204); }
div.DivClassName
{
background-color: #60B2CC;
}
.BgClassName
{
background-color: #60B2CC;
}
</style>
border-color css
<style>
span { border-color: #60B2CC; }
span { border-color: rgb(96,178,204); }
td.TdClassName
{
border-color: #60B2CC;
}
.TagClassName
{
border-color: #60B2CC;
}
</style>