Shades of Viking #61BFC7
Tints of Viking #61BFC7
RGB
CMYK
RGB Variations
Color information
#61BFC7 (or 0x61BFC7) is known color: Viking. HEX triplet: 61, BF and C7. RGB value is (97,191,199). Sum of RGB (Red+Green+Blue) = 97+191+199=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #61BFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFC7 is #9E4038. Grayscale: #A3A3A3. Windows color (decimal): -10371129 or 13090657. OLE color: 13090657.
HSL color Cylindrical-coordinate representation of color #61BFC7: hue angle of 184.71º degrees, saturation: 0.48, 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 #61BFC7 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 191 | 199 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.22 |
| HSL | 184.71º | 0.48% | 0.58% | - |
| HSV(B) | 184.71º | 0.51% | 0.78% | - |
| XYZ | 33.87 | 43.93 | 60.73 | - |
| YUV | 163.81 | 147.86 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 199 | 0.51 | 0.04 | 0 | 0.22 | 184.71 | 0.48 | 0.58 |
| Hex | 61 | BF | C7 | 33 | 4 | 0 | 16 | B9 | 30 | 3A |
| Octal | 141 | 277 | 307 | 63 | 4 | 0 | 26 | 271 | 60 | 72 |
| Binary | 1100001 | 10111111 | 11000111 | 110011 | 100 | 0 | 10110 | 10111001 | 110000 | 111010 |
Color Harmonies of #61BFC7
Complementary color
Monochromatic Colors of #61BFC7
Black with #61BFC7
Text Example
Text Example
White with #61BFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFC7; }
p { color: rgb(97,191,199); }
H1.HeaderClassName
{
color: #61BFC7;
}
.AnyTagClassName
{
color: #61BFC7;
}
</style>
background-color css
<style>
a { background-color: #61BFC7; }
a { background-color: rgb(97,191,199); }
div.DivClassName
{
background-color: #61BFC7;
}
.BgClassName
{
background-color: #61BFC7;
}
</style>
border-color css
<style>
span { border-color: #61BFC7; }
span { border-color: rgb(97,191,199); }
td.TdClassName
{
border-color: #61BFC7;
}
.TagClassName
{
border-color: #61BFC7;
}
</style>