Shades of Viking #61AFCA
Tints of Viking #61AFCA
RGB
CMYK
RGB Variations
Color information
#61AFCA (or 0x61AFCA) is known color: Viking. HEX triplet: 61, AF and CA. RGB value is (97,175,202). Sum of RGB (Red+Green+Blue) = 97+175+202=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #61AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFCA is #9E5035. Grayscale: #9A9A9A. Windows color (decimal): -10375222 or 13283169. OLE color: 13283169.
HSL color Cylindrical-coordinate representation of color #61AFCA: hue angle of 195.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61AFCA is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 175 | 202 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.21 |
| HSL | 195.43º | 0.5% | 0.59% | - |
| HSV(B) | 195.43º | 0.52% | 0.79% | - |
| XYZ | 30.92 | 37.47 | 61.48 | - |
| YUV | 154.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 175 | 202 | 0.52 | 0.13 | 0 | 0.21 | 195.43 | 0.5 | 0.59 |
| Hex | 61 | AF | CA | 34 | D | 0 | 15 | C3 | 32 | 3B |
| Octal | 141 | 257 | 312 | 64 | 15 | 0 | 25 | 303 | 62 | 73 |
| Binary | 1100001 | 10101111 | 11001010 | 110100 | 1101 | 0 | 10101 | 11000011 | 110010 | 111011 |
Color Harmonies of #61AFCA
Complementary color
Monochromatic Colors of #61AFCA
Black with #61AFCA
Text Example
Text Example
White with #61AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AFCA; }
p { color: rgb(97,175,202); }
H1.HeaderClassName
{
color: #61AFCA;
}
.AnyTagClassName
{
color: #61AFCA;
}
</style>
background-color css
<style>
a { background-color: #61AFCA; }
a { background-color: rgb(97,175,202); }
div.DivClassName
{
background-color: #61AFCA;
}
.BgClassName
{
background-color: #61AFCA;
}
</style>
border-color css
<style>
span { border-color: #61AFCA; }
span { border-color: rgb(97,175,202); }
td.TdClassName
{
border-color: #61AFCA;
}
.TagClassName
{
border-color: #61AFCA;
}
</style>