Shades of Viking #61BFCD
Tints of Viking #61BFCD
RGB
CMYK
RGB Variations
Color information
#61BFCD (or 0x61BFCD) is known color: Viking. HEX triplet: 61, BF and CD. RGB value is (97,191,205). Sum of RGB (Red+Green+Blue) = 97+191+205=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #61BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFCD is #9E4032. Grayscale: #A4A4A4. Windows color (decimal): -10371123 or 13483873. OLE color: 13483873.
HSL color Cylindrical-coordinate representation of color #61BFCD: hue angle of 187.78º 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 #61BFCD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 191 | 205 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.20 |
| HSL | 187.78º | 0.52% | 0.59% | - |
| HSV(B) | 187.78º | 0.53% | 0.8% | - |
| XYZ | 34.58 | 44.21 | 64.47 | - |
| YUV | 164.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 205 | 0.53 | 0.07 | 0 | 0.20 | 187.78 | 0.52 | 0.59 |
| Hex | 61 | BF | CD | 35 | 7 | 0 | 14 | BC | 34 | 3B |
| Octal | 141 | 277 | 315 | 65 | 7 | 0 | 24 | 274 | 64 | 73 |
| Binary | 1100001 | 10111111 | 11001101 | 110101 | 111 | 0 | 10100 | 10111100 | 110100 | 111011 |
Color Harmonies of #61BFCD
Complementary color
Monochromatic Colors of #61BFCD
Black with #61BFCD
Text Example
Text Example
White with #61BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFCD; }
p { color: rgb(97,191,205); }
H1.HeaderClassName
{
color: #61BFCD;
}
.AnyTagClassName
{
color: #61BFCD;
}
</style>
background-color css
<style>
a { background-color: #61BFCD; }
a { background-color: rgb(97,191,205); }
div.DivClassName
{
background-color: #61BFCD;
}
.BgClassName
{
background-color: #61BFCD;
}
</style>
border-color css
<style>
span { border-color: #61BFCD; }
span { border-color: rgb(97,191,205); }
td.TdClassName
{
border-color: #61BFCD;
}
.TagClassName
{
border-color: #61BFCD;
}
</style>