#6160AF

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

Shades of Rich Blue #6160AF

Tints of Rich Blue #6160AF

Color information

#6160AF (or 0x6160AF) is unknown color: approx Rich Blue. HEX triplet: 61, 60 and AF. RGB value is (97,96,175). Sum of RGB (Red+Green+Blue) = 97+96+175=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #6160AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6160AF is #9E9F50. Grayscale: #686868. Windows color (decimal): -10395473 or 11493473. OLE color: 11493473.

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

Color convert

RGB9796175-
CMYK0.450.4500.31
HSL240.76º33.05%53.14%-
HSV(B)240.76º45.14%68.63%-
XYZ16.851442.37-
YUV105.3167.33122.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=26.36%
G=26.09%
B=47.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97961750.450.4500.31240.7633.0553.14
Hex6160AF2D2D01Ff12135
Octal14114025755550373614165
Binary110000111000001010111110110110110101111111110001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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