Shades of Viking #60BECA
Tints of Viking #60BECA
RGB
CMYK
RGB Variations
Color information
#60BECA (or 0x60BECA) is known color: Viking. HEX triplet: 60, BE and CA. RGB value is (96,190,202). Sum of RGB (Red+Green+Blue) = 96+190+202=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #60BECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BECA is #9F4135. Grayscale: #A3A3A3. Windows color (decimal): -10436918 or 13287008. OLE color: 13287008.
HSL color Cylindrical-coordinate representation of color #60BECA: hue angle of 186.79º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60BECA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 190 | 202 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.21 |
| HSL | 186.79º | 0.5% | 0.58% | - |
| HSV(B) | 186.79º | 0.52% | 0.79% | - |
| XYZ | 33.9 | 43.58 | 62.5 | - |
| YUV | 163.26 | 149.86 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 202 | 0.52 | 0.06 | 0 | 0.21 | 186.79 | 0.5 | 0.58 |
| Hex | 60 | BE | CA | 34 | 6 | 0 | 15 | BB | 32 | 3A |
| Octal | 140 | 276 | 312 | 64 | 6 | 0 | 25 | 273 | 62 | 72 |
| Binary | 1100000 | 10111110 | 11001010 | 110100 | 110 | 0 | 10101 | 10111011 | 110010 | 111010 |
Color Harmonies of #60BECA
Complementary color
Monochromatic Colors of #60BECA
Black with #60BECA
Text Example
Text Example
White with #60BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BECA; }
p { color: rgb(96,190,202); }
H1.HeaderClassName
{
color: #60BECA;
}
.AnyTagClassName
{
color: #60BECA;
}
</style>
background-color css
<style>
a { background-color: #60BECA; }
a { background-color: rgb(96,190,202); }
div.DivClassName
{
background-color: #60BECA;
}
.BgClassName
{
background-color: #60BECA;
}
</style>
border-color css
<style>
span { border-color: #60BECA; }
span { border-color: rgb(96,190,202); }
td.TdClassName
{
border-color: #60BECA;
}
.TagClassName
{
border-color: #60BECA;
}
</style>