Shades of Viking #61AFC4
Tints of Viking #61AFC4
RGB
CMYK
RGB Variations
Color information
#61AFC4 (or 0x61AFC4) is known color: Viking. HEX triplet: 61, AF and C4. RGB value is (97,175,196). Sum of RGB (Red+Green+Blue) = 97+175+196=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #61AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFC4 is #9E503B. Grayscale: #999999. Windows color (decimal): -10375228 or 12889953. OLE color: 12889953.
HSL color Cylindrical-coordinate representation of color #61AFC4: hue angle of 192.73º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61AFC4 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 175 | 196 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.23 |
| HSL | 192.73º | 0.46% | 0.57% | - |
| HSV(B) | 192.73º | 0.51% | 0.77% | - |
| XYZ | 30.22 | 37.19 | 57.81 | - |
| YUV | 154.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 196 | 0.51 | 0.11 | 0 | 0.23 | 192.73 | 0.46 | 0.57 |
| Hex | 61 | AF | C4 | 33 | B | 0 | 17 | C1 | 2E | 39 |
| Octal | 141 | 257 | 304 | 63 | 13 | 0 | 27 | 301 | 56 | 71 |
| Binary | 1100001 | 10101111 | 11000100 | 110011 | 1011 | 0 | 10111 | 11000001 | 101110 | 111001 |
Color Harmonies of #61AFC4
Complementary color
Monochromatic Colors of #61AFC4
Black with #61AFC4
Text Example
Text Example
White with #61AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AFC4; }
p { color: rgb(97,175,196); }
H1.HeaderClassName
{
color: #61AFC4;
}
.AnyTagClassName
{
color: #61AFC4;
}
</style>
background-color css
<style>
a { background-color: #61AFC4; }
a { background-color: rgb(97,175,196); }
div.DivClassName
{
background-color: #61AFC4;
}
.BgClassName
{
background-color: #61AFC4;
}
</style>
border-color css
<style>
span { border-color: #61AFC4; }
span { border-color: rgb(97,175,196); }
td.TdClassName
{
border-color: #61AFC4;
}
.TagClassName
{
border-color: #61AFC4;
}
</style>