Shades of Viking #61BCCA
Tints of Viking #61BCCA
RGB
CMYK
RGB Variations
Color information
#61BCCA (or 0x61BCCA) is known color: Viking. HEX triplet: 61, BC and CA. RGB value is (97,188,202). Sum of RGB (Red+Green+Blue) = 97+188+202=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #61BCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCCA is #9E4335. Grayscale: #A2A2A2. Windows color (decimal): -10371894 or 13286497. OLE color: 13286497.
HSL color Cylindrical-coordinate representation of color #61BCCA: hue angle of 188º 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 #61BCCA is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 188 | 202 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.21 |
| HSL | 188º | 0.5% | 0.59% | - |
| HSV(B) | 188º | 0.52% | 0.79% | - |
| XYZ | 33.57 | 42.77 | 62.36 | - |
| YUV | 162.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 202 | 0.52 | 0.07 | 0 | 0.21 | 188 | 0.5 | 0.59 |
| Hex | 61 | BC | CA | 34 | 7 | 0 | 15 | BC | 32 | 3B |
| Octal | 141 | 274 | 312 | 64 | 7 | 0 | 25 | 274 | 62 | 73 |
| Binary | 1100001 | 10111100 | 11001010 | 110100 | 111 | 0 | 10101 | 10111100 | 110010 | 111011 |
Color Harmonies of #61BCCA
Complementary color
Monochromatic Colors of #61BCCA
Black with #61BCCA
Text Example
Text Example
White with #61BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCCA; }
p { color: rgb(97,188,202); }
H1.HeaderClassName
{
color: #61BCCA;
}
.AnyTagClassName
{
color: #61BCCA;
}
</style>
background-color css
<style>
a { background-color: #61BCCA; }
a { background-color: rgb(97,188,202); }
div.DivClassName
{
background-color: #61BCCA;
}
.BgClassName
{
background-color: #61BCCA;
}
</style>
border-color css
<style>
span { border-color: #61BCCA; }
span { border-color: rgb(97,188,202); }
td.TdClassName
{
border-color: #61BCCA;
}
.TagClassName
{
border-color: #61BCCA;
}
</style>