#6159AE

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

Shades of Rich Blue #6159AE

Tints of Rich Blue #6159AE

Color information

#6159AE (or 0x6159AE) is unknown color: approx Rich Blue. HEX triplet: 61, 59 and AE. RGB value is (97,89,174). Sum of RGB (Red+Green+Blue) = 97+89+174=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6159AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6159AE is #9EA651. Grayscale: #646464. Windows color (decimal): -10397266 or 11426145. OLE color: 11426145.

HSL color Cylindrical-coordinate representation of color #6159AE: hue angle of 245.65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6159AE is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9789174-
CMYK0.440.4900.32
HSL245.65º34.41%51.57%-
HSV(B)245.65º48.85%68.24%-
XYZ16.1412.7441.65-
YUV101.08169.15125.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=26.94%
G=24.72%
B=48.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97891740.440.4900.32245.6534.4151.57
Hex6159AE2C31020f62234
Octal14113125654610403664264
Binary1100001101100110101110101100110001010000011110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6159AE; }

 p { color: rgb(97,89,174); }

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

<style>
 a { background-color: #6159AE; }

 a { background-color: rgb(97,89,174); }

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

<style>
 span { border-color: #6159AE; }

 span { border-color: rgb(97,89,174); }

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