#6160AD

Color #6160AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6160AD

Tints of Rich Blue #6160AD

Color information

#6160AD (or 0x6160AD) is unknown color: approx Rich Blue. HEX triplet: 61, 60 and AD. RGB value is (97,96,173). Sum of RGB (Red+Green+Blue) = 97+96+173=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #6160AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6160AD is #9E9F52. Grayscale: #686868. Windows color (decimal): -10395475 or 11362401. OLE color: 11362401.

HSL color Cylindrical-coordinate representation of color #6160AD: hue angle of 240.78º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6160AD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9796173-
CMYK0.440.4500.32
HSL240.78º31.95%52.75%-
HSV(B)240.78º44.51%67.84%-
XYZ16.6613.9241.34-
YUV105.08166.33122.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=26.50%
G=26.23%
B=47.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97961730.440.4500.32240.7831.9552.75
Hex6160AD2C2D020f12035
Octal14114025554550403614065
Binary1100001110000010101101101100101101010000011110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6160AD; }

 p { color: rgb(97,96,173); }

 H1.HeaderClassName
 {
   color: #6160AD;
 }
 .AnyTagClassName
 {
   color: #6160AD;
 }
</style>
background-color css

<style>
 a { background-color: #6160AD; }

 a { background-color: rgb(97,96,173); }

 div.DivClassName
 {
   background-color: #6160AD;
 }
 .BgClassName
 {
   background-color: #6160AD;
 }
</style>
border-color css

<style>
 span { border-color: #6160AD; }

 span { border-color: rgb(97,96,173); }

 td.TdClassName
 {
   border-color: #6160AD;
 }
 .TagClassName
 {
   border-color: #6160AD;
 }
</style>