Shades of Viking #61B2CA
Tints of Viking #61B2CA
RGB
CMYK
RGB Variations
Color information
#61B2CA (or 0x61B2CA) is known color: Viking. HEX triplet: 61, B2 and CA. RGB value is (97,178,202). Sum of RGB (Red+Green+Blue) = 97+178+202=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #61B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2CA is #9E4D35. Grayscale: #9C9C9C. Windows color (decimal): -10374454 or 13283937. OLE color: 13283937.
HSL color Cylindrical-coordinate representation of color #61B2CA: hue angle of 193.71º 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 #61B2CA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 178 | 202 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.21 |
| HSL | 193.71º | 0.5% | 0.59% | - |
| HSV(B) | 193.71º | 0.52% | 0.79% | - |
| XYZ | 31.51 | 38.65 | 61.68 | - |
| YUV | 156.52 | 153.66 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 202 | 0.52 | 0.12 | 0 | 0.21 | 193.71 | 0.5 | 0.59 |
| Hex | 61 | B2 | CA | 34 | C | 0 | 15 | C2 | 32 | 3B |
| Octal | 141 | 262 | 312 | 64 | 14 | 0 | 25 | 302 | 62 | 73 |
| Binary | 1100001 | 10110010 | 11001010 | 110100 | 1100 | 0 | 10101 | 11000010 | 110010 | 111011 |
Color Harmonies of #61B2CA
Complementary color
Monochromatic Colors of #61B2CA
Black with #61B2CA
Text Example
Text Example
White with #61B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B2CA; }
p { color: rgb(97,178,202); }
H1.HeaderClassName
{
color: #61B2CA;
}
.AnyTagClassName
{
color: #61B2CA;
}
</style>
background-color css
<style>
a { background-color: #61B2CA; }
a { background-color: rgb(97,178,202); }
div.DivClassName
{
background-color: #61B2CA;
}
.BgClassName
{
background-color: #61B2CA;
}
</style>
border-color css
<style>
span { border-color: #61B2CA; }
span { border-color: rgb(97,178,202); }
td.TdClassName
{
border-color: #61B2CA;
}
.TagClassName
{
border-color: #61B2CA;
}
</style>