Shades of Viking #60BECC
Tints of Viking #60BECC
RGB
CMYK
RGB Variations
Color information
#60BECC (or 0x60BECC) is known color: Viking. HEX triplet: 60, BE and CC. RGB value is (96,190,204). Sum of RGB (Red+Green+Blue) = 96+190+204=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #60BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BECC is #9F4133. Grayscale: #A3A3A3. Windows color (decimal): -10436916 or 13418080. OLE color: 13418080.
HSL color Cylindrical-coordinate representation of color #60BECC: hue angle of 187.78º 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 #60BECC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 190 | 204 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.2 |
| HSL | 187.78º | 0.51% | 0.59% | - |
| HSV(B) | 187.78º | 0.53% | 0.8% | - |
| XYZ | 34.14 | 43.67 | 63.76 | - |
| YUV | 163.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 204 | 0.53 | 0.07 | 0 | 0.2 | 187.78 | 0.51 | 0.59 |
| Hex | 60 | BE | CC | 35 | 7 | 0 | 14 | BC | 33 | 3B |
| Octal | 140 | 276 | 314 | 65 | 7 | 0 | 24 | 274 | 63 | 73 |
| Binary | 1100000 | 10111110 | 11001100 | 110101 | 111 | 0 | 10100 | 10111100 | 110011 | 111011 |
Color Harmonies of #60BECC
Complementary color
Monochromatic Colors of #60BECC
Black with #60BECC
Text Example
Text Example
White with #60BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BECC; }
p { color: rgb(96,190,204); }
H1.HeaderClassName
{
color: #60BECC;
}
.AnyTagClassName
{
color: #60BECC;
}
</style>
background-color css
<style>
a { background-color: #60BECC; }
a { background-color: rgb(96,190,204); }
div.DivClassName
{
background-color: #60BECC;
}
.BgClassName
{
background-color: #60BECC;
}
</style>
border-color css
<style>
span { border-color: #60BECC; }
span { border-color: rgb(96,190,204); }
td.TdClassName
{
border-color: #60BECC;
}
.TagClassName
{
border-color: #60BECC;
}
</style>