Shades of Viking #61BCCD
Tints of Viking #61BCCD
RGB
CMYK
RGB Variations
Color information
#61BCCD (or 0x61BCCD) is known color: Viking. HEX triplet: 61, BC and CD. RGB value is (97,188,205). Sum of RGB (Red+Green+Blue) = 97+188+205=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #61BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCCD is #9E4332. Grayscale: #A2A2A2. Windows color (decimal): -10371891 or 13483105. OLE color: 13483105.
HSL color Cylindrical-coordinate representation of color #61BCCD: hue angle of 189.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BCCD is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 188 | 205 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.20 |
| HSL | 189.44º | 0.52% | 0.59% | - |
| HSV(B) | 189.44º | 0.53% | 0.8% | - |
| XYZ | 33.93 | 42.92 | 64.25 | - |
| YUV | 162.73 | 151.85 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 205 | 0.53 | 0.08 | 0 | 0.20 | 189.44 | 0.52 | 0.59 |
| Hex | 61 | BC | CD | 35 | 8 | 0 | 14 | BD | 34 | 3B |
| Octal | 141 | 274 | 315 | 65 | 10 | 0 | 24 | 275 | 64 | 73 |
| Binary | 1100001 | 10111100 | 11001101 | 110101 | 1000 | 0 | 10100 | 10111101 | 110100 | 111011 |
Color Harmonies of #61BCCD
Complementary color
Monochromatic Colors of #61BCCD
Black with #61BCCD
Text Example
Text Example
White with #61BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCCD; }
p { color: rgb(97,188,205); }
H1.HeaderClassName
{
color: #61BCCD;
}
.AnyTagClassName
{
color: #61BCCD;
}
</style>
background-color css
<style>
a { background-color: #61BCCD; }
a { background-color: rgb(97,188,205); }
div.DivClassName
{
background-color: #61BCCD;
}
.BgClassName
{
background-color: #61BCCD;
}
</style>
border-color css
<style>
span { border-color: #61BCCD; }
span { border-color: rgb(97,188,205); }
td.TdClassName
{
border-color: #61BCCD;
}
.TagClassName
{
border-color: #61BCCD;
}
</style>