#6160B5

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

Shades of Rich Blue #6160B5

Tints of Rich Blue #6160B5

Color information

#6160B5 (or 0x6160B5) is unknown color: approx Rich Blue. HEX triplet: 61, 60 and B5. RGB value is (97,96,181). Sum of RGB (Red+Green+Blue) = 97+96+181=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #6160B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160B5 is #9E9F4A. Grayscale: #696969. Windows color (decimal): -10395467 or 11886689. OLE color: 11886689.

HSL color Cylindrical-coordinate representation of color #6160B5: hue angle of 240.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6160B5 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9796181-
CMYK0.460.4700.29
HSL240.71º36.48%54.31%-
HSV(B)240.71º46.96%70.98%-
XYZ17.4514.2445.55-
YUV105.99170.33121.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=25.94%
G=25.67%
B=48.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97961810.460.4700.29240.7136.4854.31
Hex6160B52E2F01Df12436
Octal14114026556570353614466
Binary110000111000001011010110111010111101110111110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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