Shades of Viking #61BEC6
Tints of Viking #61BEC6
RGB
CMYK
RGB Variations
Color information
#61BEC6 (or 0x61BEC6) is known color: Viking. HEX triplet: 61, BE and C6. RGB value is (97,190,198). Sum of RGB (Red+Green+Blue) = 97+190+198=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #61BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BEC6 is #9E4139. Grayscale: #A2A2A2. Windows color (decimal): -10371386 or 13024865. OLE color: 13024865.
HSL color Cylindrical-coordinate representation of color #61BEC6: hue angle of 184.75º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61BEC6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 190 | 198 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.22 |
| HSL | 184.75º | 0.47% | 0.58% | - |
| HSV(B) | 184.75º | 0.51% | 0.78% | - |
| XYZ | 33.54 | 43.45 | 60.04 | - |
| YUV | 163.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 198 | 0.51 | 0.04 | 0 | 0.22 | 184.75 | 0.47 | 0.58 |
| Hex | 61 | BE | C6 | 33 | 4 | 0 | 16 | B9 | 2F | 3A |
| Octal | 141 | 276 | 306 | 63 | 4 | 0 | 26 | 271 | 57 | 72 |
| Binary | 1100001 | 10111110 | 11000110 | 110011 | 100 | 0 | 10110 | 10111001 | 101111 | 111010 |
Color Harmonies of #61BEC6
Complementary color
Monochromatic Colors of #61BEC6
Black with #61BEC6
Text Example
Text Example
White with #61BEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BEC6; }
p { color: rgb(97,190,198); }
H1.HeaderClassName
{
color: #61BEC6;
}
.AnyTagClassName
{
color: #61BEC6;
}
</style>
background-color css
<style>
a { background-color: #61BEC6; }
a { background-color: rgb(97,190,198); }
div.DivClassName
{
background-color: #61BEC6;
}
.BgClassName
{
background-color: #61BEC6;
}
</style>
border-color css
<style>
span { border-color: #61BEC6; }
span { border-color: rgb(97,190,198); }
td.TdClassName
{
border-color: #61BEC6;
}
.TagClassName
{
border-color: #61BEC6;
}
</style>