Shades of Viking #61C0CF
Tints of Viking #61C0CF
RGB
CMYK
RGB Variations
Color information
#61C0CF (or 0x61C0CF) is known color: Viking. HEX triplet: 61, C0 and CF. RGB value is (97,192,207). Sum of RGB (Red+Green+Blue) = 97+192+207=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #61C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0CF is #9E3F30. Grayscale: #A5A5A5. Windows color (decimal): -10370865 or 13615201. OLE color: 13615201.
HSL color Cylindrical-coordinate representation of color #61C0CF: hue angle of 188.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C0CF is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 192 | 207 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.19 |
| HSL | 188.18º | 0.53% | 0.6% | - |
| HSV(B) | 188.18º | 0.53% | 0.81% | - |
| XYZ | 35.04 | 44.75 | 65.82 | - |
| YUV | 165.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 207 | 0.53 | 0.07 | 0 | 0.19 | 188.18 | 0.53 | 0.6 |
| Hex | 61 | C0 | CF | 35 | 7 | 0 | 13 | BC | 35 | 3C |
| Octal | 141 | 300 | 317 | 65 | 7 | 0 | 23 | 274 | 65 | 74 |
| Binary | 1100001 | 11000000 | 11001111 | 110101 | 111 | 0 | 10011 | 10111100 | 110101 | 111100 |
Color Harmonies of #61C0CF
Complementary color
Monochromatic Colors of #61C0CF
Black with #61C0CF
Text Example
Text Example
White with #61C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0CF; }
p { color: rgb(97,192,207); }
H1.HeaderClassName
{
color: #61C0CF;
}
.AnyTagClassName
{
color: #61C0CF;
}
</style>
background-color css
<style>
a { background-color: #61C0CF; }
a { background-color: rgb(97,192,207); }
div.DivClassName
{
background-color: #61C0CF;
}
.BgClassName
{
background-color: #61C0CF;
}
</style>
border-color css
<style>
span { border-color: #61C0CF; }
span { border-color: rgb(97,192,207); }
td.TdClassName
{
border-color: #61C0CF;
}
.TagClassName
{
border-color: #61C0CF;
}
</style>