#6160BC

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

Shades of Rich Blue #6160BC

Tints of Rich Blue #6160BC

Color information

#6160BC (or 0x6160BC) is unknown color: approx Rich Blue. HEX triplet: 61, 60 and BC. RGB value is (97,96,188). Sum of RGB (Red+Green+Blue) = 97+96+188=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #6160BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160BC is #9E9F43. Grayscale: #6A6A6A. Windows color (decimal): -10395460 or 12345441. OLE color: 12345441.

HSL color Cylindrical-coordinate representation of color #6160BC: hue angle of 240.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6160BC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9796188-
CMYK0.480.4900.26
HSL240.65º40.71%55.69%-
HSV(B)240.65º48.94%73.73%-
XYZ18.1914.5449.42-
YUV106.79173.83121.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 188 (73.83% from 255) = 49.34%
R=25.46%
G=25.20%
B=49.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97961880.480.4900.26240.6540.7155.69
Hex6160BC303101Af12938
Octal14114027460610323615170
Binary110000111000001011110011000011000101101011110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6160BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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