#6159A3

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

Shades of Rich Blue #6159A3

Tints of Rich Blue #6159A3

Color information

#6159A3 (or 0x6159A3) is unknown color: approx Rich Blue. HEX triplet: 61, 59 and A3. RGB value is (97,89,163). Sum of RGB (Red+Green+Blue) = 97+89+163=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 163 (64.06% from 255 or 46.70% from 349); Max value from RGB is 163 - color contains mainly: blue. Hex color #6159A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6159A3 is #9EA65C. Grayscale: #636363. Windows color (decimal): -10397277 or 10705249. OLE color: 10705249.

HSL color Cylindrical-coordinate representation of color #6159A3: hue angle of 246.49º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6159A3 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9789163-
CMYK0.400.4500.36
HSL246.49º29.37%49.41%-
HSV(B)246.49º45.4%63.92%-
XYZ15.1112.3336.23-
YUV99.83163.65125.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 163 (64.06% from 255) = 46.70%
R=27.79%
G=25.50%
B=46.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97891630.400.4500.36246.4929.3749.41
Hex6159A3282D024f61d31
Octal14113124350550443663561
Binary110000110110011010001110100010110101001001111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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