Shades of Viking #61B1CA
Tints of Viking #61B1CA
RGB
CMYK
RGB Variations
Color information
#61B1CA (or 0x61B1CA) is known color: Viking. HEX triplet: 61, B1 and CA. RGB value is (97,177,202). Sum of RGB (Red+Green+Blue) = 97+177+202=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #61B1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B1CA is #9E4E35. Grayscale: #9B9B9B. Windows color (decimal): -10374710 or 13283681. OLE color: 13283681.
HSL color Cylindrical-coordinate representation of color #61B1CA: hue angle of 194.29º 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 #61B1CA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 177 | 202 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.21 |
| HSL | 194.29º | 0.5% | 0.59% | - |
| HSV(B) | 194.29º | 0.52% | 0.79% | - |
| XYZ | 31.31 | 38.25 | 61.61 | - |
| YUV | 155.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 202 | 0.52 | 0.12 | 0 | 0.21 | 194.29 | 0.5 | 0.59 |
| Hex | 61 | B1 | CA | 34 | C | 0 | 15 | C2 | 32 | 3B |
| Octal | 141 | 261 | 312 | 64 | 14 | 0 | 25 | 302 | 62 | 73 |
| Binary | 1100001 | 10110001 | 11001010 | 110100 | 1100 | 0 | 10101 | 11000010 | 110010 | 111011 |
Color Harmonies of #61B1CA
Complementary color
Monochromatic Colors of #61B1CA
Black with #61B1CA
Text Example
Text Example
White with #61B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B1CA; }
p { color: rgb(97,177,202); }
H1.HeaderClassName
{
color: #61B1CA;
}
.AnyTagClassName
{
color: #61B1CA;
}
</style>
background-color css
<style>
a { background-color: #61B1CA; }
a { background-color: rgb(97,177,202); }
div.DivClassName
{
background-color: #61B1CA;
}
.BgClassName
{
background-color: #61B1CA;
}
</style>
border-color css
<style>
span { border-color: #61B1CA; }
span { border-color: rgb(97,177,202); }
td.TdClassName
{
border-color: #61B1CA;
}
.TagClassName
{
border-color: #61B1CA;
}
</style>