Shades of Viking #61B5CB
Tints of Viking #61B5CB
RGB
CMYK
RGB Variations
Color information
#61B5CB (or 0x61B5CB) is known color: Viking. HEX triplet: 61, B5 and CB. RGB value is (97,181,203). Sum of RGB (Red+Green+Blue) = 97+181+203=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #61B5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5CB is #9E4A34. Grayscale: #9E9E9E. Windows color (decimal): -10373685 or 13350241. OLE color: 13350241.
HSL color Cylindrical-coordinate representation of color #61B5CB: hue angle of 192.45º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61B5CB is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 181 | 203 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.20 |
| HSL | 192.45º | 0.5% | 0.59% | - |
| HSV(B) | 192.45º | 0.52% | 0.8% | - |
| XYZ | 32.23 | 39.9 | 62.5 | - |
| YUV | 158.39 | 153.17 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 181 | 203 | 0.52 | 0.11 | 0 | 0.20 | 192.45 | 0.5 | 0.59 |
| Hex | 61 | B5 | CB | 34 | B | 0 | 14 | C0 | 32 | 3B |
| Octal | 141 | 265 | 313 | 64 | 13 | 0 | 24 | 300 | 62 | 73 |
| Binary | 1100001 | 10110101 | 11001011 | 110100 | 1011 | 0 | 10100 | 11000000 | 110010 | 111011 |
Color Harmonies of #61B5CB
Complementary color
Monochromatic Colors of #61B5CB
Black with #61B5CB
Text Example
Text Example
White with #61B5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B5CB; }
p { color: rgb(97,181,203); }
H1.HeaderClassName
{
color: #61B5CB;
}
.AnyTagClassName
{
color: #61B5CB;
}
</style>
background-color css
<style>
a { background-color: #61B5CB; }
a { background-color: rgb(97,181,203); }
div.DivClassName
{
background-color: #61B5CB;
}
.BgClassName
{
background-color: #61B5CB;
}
</style>
border-color css
<style>
span { border-color: #61B5CB; }
span { border-color: rgb(97,181,203); }
td.TdClassName
{
border-color: #61B5CB;
}
.TagClassName
{
border-color: #61B5CB;
}
</style>