Shades of Viking #61ACC3
Tints of Viking #61ACC3
RGB
CMYK
RGB Variations
Color information
#61ACC3 (or 0x61ACC3) is known color: Viking. HEX triplet: 61, AC and C3. RGB value is (97,172,195). Sum of RGB (Red+Green+Blue) = 97+172+195=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #61ACC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACC3 is #9E533C. Grayscale: #989898. Windows color (decimal): -10375997 or 12823649. OLE color: 12823649.
HSL color Cylindrical-coordinate representation of color #61ACC3: hue angle of 194.08º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61ACC3 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 172 | 195 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.24 |
| HSL | 194.08º | 0.45% | 0.57% | - |
| HSV(B) | 194.08º | 0.5% | 0.76% | - |
| XYZ | 29.53 | 35.99 | 57.02 | - |
| YUV | 152.2 | 152.15 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 195 | 0.50 | 0.12 | 0 | 0.24 | 194.08 | 0.45 | 0.57 |
| Hex | 61 | AC | C3 | 32 | C | 0 | 18 | C2 | 2D | 39 |
| Octal | 141 | 254 | 303 | 62 | 14 | 0 | 30 | 302 | 55 | 71 |
| Binary | 1100001 | 10101100 | 11000011 | 110010 | 1100 | 0 | 11000 | 11000010 | 101101 | 111001 |
Color Harmonies of #61ACC3
Complementary color
Monochromatic Colors of #61ACC3
Black with #61ACC3
Text Example
Text Example
White with #61ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACC3; }
p { color: rgb(97,172,195); }
H1.HeaderClassName
{
color: #61ACC3;
}
.AnyTagClassName
{
color: #61ACC3;
}
</style>
background-color css
<style>
a { background-color: #61ACC3; }
a { background-color: rgb(97,172,195); }
div.DivClassName
{
background-color: #61ACC3;
}
.BgClassName
{
background-color: #61ACC3;
}
</style>
border-color css
<style>
span { border-color: #61ACC3; }
span { border-color: rgb(97,172,195); }
td.TdClassName
{
border-color: #61ACC3;
}
.TagClassName
{
border-color: #61ACC3;
}
</style>