#6159D1

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

Shades of Slate Blue #6159D1

Tints of Slate Blue #6159D1

Color information

#6159D1 (or 0x6159D1) is unknown color: approx Slate Blue. HEX triplet: 61, 59 and D1. RGB value is (97,89,209). Sum of RGB (Red+Green+Blue) = 97+89+209=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #6159D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159D1 is #9EA62E. Grayscale: #686868. Windows color (decimal): -10397231 or 13719905. OLE color: 13719905.

HSL color Cylindrical-coordinate representation of color #6159D1: hue angle of 244º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6159D1 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9789209-
CMYK0.540.5700.18
HSL244º56.6%58.43%-
HSV(B)244º57.42%81.96%-
XYZ20.0114.2962.03-
YUV105.07186.65122.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 209 (82.03% from 255) = 52.91%
R=24.56%
G=22.53%
B=52.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97892090.540.5700.1824456.658.43
Hex6159D13639012f4393a
Octal14113132166710223647172
Binary110000110110011101000111011011100101001011110100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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