#6160BB

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

Shades of Rich Blue #6160BB

Tints of Rich Blue #6160BB

Color information

#6160BB (or 0x6160BB) is unknown color: approx Rich Blue. HEX triplet: 61, 60 and BB. RGB value is (97,96,187). Sum of RGB (Red+Green+Blue) = 97+96+187=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6160BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160BB is #9E9F44. Grayscale: #6A6A6A. Windows color (decimal): -10395461 or 12279905. OLE color: 12279905.

HSL color Cylindrical-coordinate representation of color #6160BB: hue angle of 240.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6160BB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9796187-
CMYK0.480.4900.27
HSL240.66º40.09%55.49%-
HSV(B)240.66º48.66%73.33%-
XYZ18.0814.4948.86-
YUV106.67173.33121.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=25.53%
G=25.26%
B=49.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97961870.480.4900.27240.6640.0955.49
Hex6160BB303101Bf12837
Octal14114027360610333615067
Binary110000111000001011101111000011000101101111110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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