#6157a0

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

Shades of Rich Blue #6157A0

Tints of Rich Blue #6157A0

Color information

#6157A0 (or 0x6157A0) is unknown color: approx Rich Blue. HEX triplet: 61, 57 and A0. RGB value is (97,87,160). Sum of RGB (Red+Green+Blue) = 97+87+160=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #6157A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6157A0 is #9EA85F. Grayscale: #626262. Windows color (decimal): -10397792 or 10508129. OLE color: 10508129.

HSL color Cylindrical-coordinate representation of color #6157A0: hue angle of 248.22º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6157A0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9787160-
CMYK0.390.4600.37
HSL248.22º29.55%48.43%-
HSV(B)248.22º45.63%62.75%-
XYZ14.6811.934.78-
YUV98.31162.81127.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 160 (62.89% from 255) = 46.51%
R=28.20%
G=25.29%
B=46.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97871600.390.4600.37248.2229.5548.43
Hex6157A0272E025f81e30
Octal14112724047560453703660
Binary110000110101111010000010011110111001001011111100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6157a0; }

 p { color: rgb(97,87,160); }

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

<style>
 a { background-color: #6157a0; }

 a { background-color: rgb(97,87,160); }

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

<style>
 span { border-color: #6157a0; }

 span { border-color: rgb(97,87,160); }

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