#6159C3

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

Shades of Slate Blue #6159C3

Tints of Slate Blue #6159C3

Color information

#6159C3 (or 0x6159C3) is unknown color: approx Slate Blue. HEX triplet: 61, 59 and C3. RGB value is (97,89,195). Sum of RGB (Red+Green+Blue) = 97+89+195=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #6159C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159C3 is #9EA63C. Grayscale: #676767. Windows color (decimal): -10397245 or 12802401. OLE color: 12802401.

HSL color Cylindrical-coordinate representation of color #6159C3: hue angle of 244.53º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6159C3 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9789195-
CMYK0.500.5400.24
HSL244.53º46.9%55.69%-
HSV(B)244.53º54.36%76.47%-
XYZ18.3513.6353.29-
YUV103.48179.65123.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=25.46%
G=23.36%
B=51.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97891950.500.5400.24244.5346.955.69
Hex6159C33236018f52f38
Octal14113130362660303655770
Binary110000110110011100001111001011011001100011110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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