Shades of Viking #61B5CA
Tints of Viking #61B5CA
RGB
CMYK
RGB Variations
Color information
#61B5CA (or 0x61B5CA) is known color: Viking. HEX triplet: 61, B5 and CA. RGB value is (97,181,202). Sum of RGB (Red+Green+Blue) = 97+181+202=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #61B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5CA is #9E4A35. Grayscale: #9E9E9E. Windows color (decimal): -10373686 or 13284705. OLE color: 13284705.
HSL color Cylindrical-coordinate representation of color #61B5CA: hue angle of 192º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61B5CA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 181 | 202 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.21 |
| HSL | 192º | 0.5% | 0.59% | - |
| HSV(B) | 192º | 0.52% | 0.79% | - |
| XYZ | 32.11 | 39.85 | 61.88 | - |
| YUV | 158.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 202 | 0.52 | 0.10 | 0 | 0.21 | 192 | 0.5 | 0.59 |
| Hex | 61 | B5 | CA | 34 | A | 0 | 15 | C0 | 32 | 3B |
| Octal | 141 | 265 | 312 | 64 | 12 | 0 | 25 | 300 | 62 | 73 |
| Binary | 1100001 | 10110101 | 11001010 | 110100 | 1010 | 0 | 10101 | 11000000 | 110010 | 111011 |
Color Harmonies of #61B5CA
Complementary color
Monochromatic Colors of #61B5CA
Black with #61B5CA
Text Example
Text Example
White with #61B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B5CA; }
p { color: rgb(97,181,202); }
H1.HeaderClassName
{
color: #61B5CA;
}
.AnyTagClassName
{
color: #61B5CA;
}
</style>
background-color css
<style>
a { background-color: #61B5CA; }
a { background-color: rgb(97,181,202); }
div.DivClassName
{
background-color: #61B5CA;
}
.BgClassName
{
background-color: #61B5CA;
}
</style>
border-color css
<style>
span { border-color: #61B5CA; }
span { border-color: rgb(97,181,202); }
td.TdClassName
{
border-color: #61B5CA;
}
.TagClassName
{
border-color: #61B5CA;
}
</style>