Shades of Viking #61BBCC
Tints of Viking #61BBCC
RGB
CMYK
RGB Variations
Color information
#61BBCC (or 0x61BBCC) is known color: Viking. HEX triplet: 61, BB and CC. RGB value is (97,187,204). Sum of RGB (Red+Green+Blue) = 97+187+204=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #61BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBCC is #9E4433. Grayscale: #A1A1A1. Windows color (decimal): -10372148 or 13417313. OLE color: 13417313.
HSL color Cylindrical-coordinate representation of color #61BBCC: hue angle of 189.53º degrees, saturation: 0.51, 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 #61BBCC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 187 | 204 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.2 |
| HSL | 189.53º | 0.51% | 0.59% | - |
| HSV(B) | 189.53º | 0.52% | 0.8% | - |
| XYZ | 33.6 | 42.44 | 63.55 | - |
| YUV | 162.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 204 | 0.52 | 0.08 | 0 | 0.2 | 189.53 | 0.51 | 0.59 |
| Hex | 61 | BB | CC | 34 | 8 | 0 | 14 | BE | 33 | 3B |
| Octal | 141 | 273 | 314 | 64 | 10 | 0 | 24 | 276 | 63 | 73 |
| Binary | 1100001 | 10111011 | 11001100 | 110100 | 1000 | 0 | 10100 | 10111110 | 110011 | 111011 |
Color Harmonies of #61BBCC
Complementary color
Monochromatic Colors of #61BBCC
Black with #61BBCC
Text Example
Text Example
White with #61BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBCC; }
p { color: rgb(97,187,204); }
H1.HeaderClassName
{
color: #61BBCC;
}
.AnyTagClassName
{
color: #61BBCC;
}
</style>
background-color css
<style>
a { background-color: #61BBCC; }
a { background-color: rgb(97,187,204); }
div.DivClassName
{
background-color: #61BBCC;
}
.BgClassName
{
background-color: #61BBCC;
}
</style>
border-color css
<style>
span { border-color: #61BBCC; }
span { border-color: rgb(97,187,204); }
td.TdClassName
{
border-color: #61BBCC;
}
.TagClassName
{
border-color: #61BBCC;
}
</style>