Shades of Viking #61BACB
Tints of Viking #61BACB
RGB
CMYK
RGB Variations
Color information
#61BACB (or 0x61BACB) is known color: Viking. HEX triplet: 61, BA and CB. RGB value is (97,186,203). Sum of RGB (Red+Green+Blue) = 97+186+203=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #61BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BACB is #9E4534. Grayscale: #A1A1A1. Windows color (decimal): -10372405 or 13351521. OLE color: 13351521.
HSL color Cylindrical-coordinate representation of color #61BACB: hue angle of 189.62º 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 #61BACB is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 186 | 203 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.20 |
| HSL | 189.62º | 0.5% | 0.59% | - |
| HSV(B) | 189.62º | 0.52% | 0.8% | - |
| XYZ | 33.27 | 41.97 | 62.85 | - |
| YUV | 161.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 203 | 0.52 | 0.08 | 0 | 0.20 | 189.62 | 0.5 | 0.59 |
| Hex | 61 | BA | CB | 34 | 8 | 0 | 14 | BE | 32 | 3B |
| Octal | 141 | 272 | 313 | 64 | 10 | 0 | 24 | 276 | 62 | 73 |
| Binary | 1100001 | 10111010 | 11001011 | 110100 | 1000 | 0 | 10100 | 10111110 | 110010 | 111011 |
Color Harmonies of #61BACB
Complementary color
Monochromatic Colors of #61BACB
Black with #61BACB
Text Example
Text Example
White with #61BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BACB; }
p { color: rgb(97,186,203); }
H1.HeaderClassName
{
color: #61BACB;
}
.AnyTagClassName
{
color: #61BACB;
}
</style>
background-color css
<style>
a { background-color: #61BACB; }
a { background-color: rgb(97,186,203); }
div.DivClassName
{
background-color: #61BACB;
}
.BgClassName
{
background-color: #61BACB;
}
</style>
border-color css
<style>
span { border-color: #61BACB; }
span { border-color: rgb(97,186,203); }
td.TdClassName
{
border-color: #61BACB;
}
.TagClassName
{
border-color: #61BACB;
}
</style>