Shades of Viking #61AFC9
Tints of Viking #61AFC9
RGB
CMYK
RGB Variations
Color information
#61AFC9 (or 0x61AFC9) is known color: Viking. HEX triplet: 61, AF and C9. RGB value is (97,175,201). Sum of RGB (Red+Green+Blue) = 97+175+201=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #61AFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFC9 is #9E5036. Grayscale: #9A9A9A. Windows color (decimal): -10375223 or 13217633. OLE color: 13217633.
HSL color Cylindrical-coordinate representation of color #61AFC9: hue angle of 195º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61AFC9 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 175 | 201 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.21 |
| HSL | 195º | 0.49% | 0.58% | - |
| HSV(B) | 195º | 0.52% | 0.79% | - |
| XYZ | 30.8 | 37.42 | 60.86 | - |
| YUV | 154.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 201 | 0.52 | 0.13 | 0 | 0.21 | 195 | 0.49 | 0.58 |
| Hex | 61 | AF | C9 | 34 | D | 0 | 15 | C3 | 31 | 3A |
| Octal | 141 | 257 | 311 | 64 | 15 | 0 | 25 | 303 | 61 | 72 |
| Binary | 1100001 | 10101111 | 11001001 | 110100 | 1101 | 0 | 10101 | 11000011 | 110001 | 111010 |
Color Harmonies of #61AFC9
Complementary color
Monochromatic Colors of #61AFC9
Black with #61AFC9
Text Example
Text Example
White with #61AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AFC9; }
p { color: rgb(97,175,201); }
H1.HeaderClassName
{
color: #61AFC9;
}
.AnyTagClassName
{
color: #61AFC9;
}
</style>
background-color css
<style>
a { background-color: #61AFC9; }
a { background-color: rgb(97,175,201); }
div.DivClassName
{
background-color: #61AFC9;
}
.BgClassName
{
background-color: #61AFC9;
}
</style>
border-color css
<style>
span { border-color: #61AFC9; }
span { border-color: rgb(97,175,201); }
td.TdClassName
{
border-color: #61AFC9;
}
.TagClassName
{
border-color: #61AFC9;
}
</style>