Shades of Viking #61BCCE
Tints of Viking #61BCCE
RGB
CMYK
RGB Variations
Color information
#61BCCE (or 0x61BCCE) is known color: Viking. HEX triplet: 61, BC and CE. RGB value is (97,188,206). Sum of RGB (Red+Green+Blue) = 97+188+206=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #61BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCCE is #9E4331. Grayscale: #A2A2A2. Windows color (decimal): -10371890 or 13548641. OLE color: 13548641.
HSL color Cylindrical-coordinate representation of color #61BCCE: hue angle of 189.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BCCE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 188 | 206 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.19 |
| HSL | 189.91º | 0.53% | 0.59% | - |
| HSV(B) | 189.91º | 0.53% | 0.81% | - |
| XYZ | 34.05 | 42.96 | 64.89 | - |
| YUV | 162.84 | 152.35 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 206 | 0.53 | 0.09 | 0 | 0.19 | 189.91 | 0.53 | 0.59 |
| Hex | 61 | BC | CE | 35 | 9 | 0 | 13 | BE | 35 | 3B |
| Octal | 141 | 274 | 316 | 65 | 11 | 0 | 23 | 276 | 65 | 73 |
| Binary | 1100001 | 10111100 | 11001110 | 110101 | 1001 | 0 | 10011 | 10111110 | 110101 | 111011 |
Color Harmonies of #61BCCE
Complementary color
Monochromatic Colors of #61BCCE
Black with #61BCCE
Text Example
Text Example
White with #61BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCCE; }
p { color: rgb(97,188,206); }
H1.HeaderClassName
{
color: #61BCCE;
}
.AnyTagClassName
{
color: #61BCCE;
}
</style>
background-color css
<style>
a { background-color: #61BCCE; }
a { background-color: rgb(97,188,206); }
div.DivClassName
{
background-color: #61BCCE;
}
.BgClassName
{
background-color: #61BCCE;
}
</style>
border-color css
<style>
span { border-color: #61BCCE; }
span { border-color: rgb(97,188,206); }
td.TdClassName
{
border-color: #61BCCE;
}
.TagClassName
{
border-color: #61BCCE;
}
</style>