#6158D9

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

Shades of Slate Blue #6158D9

Tints of Slate Blue #6158D9

Color information

#6158D9 (or 0x6158D9) is unknown color: approx Slate Blue. HEX triplet: 61, 58 and D9. RGB value is (97,88,217). Sum of RGB (Red+Green+Blue) = 97+88+217=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #6158D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158D9 is #9EA726. Grayscale: #686868. Windows color (decimal): -10397479 or 14243937. OLE color: 14243937.

HSL color Cylindrical-coordinate representation of color #6158D9: hue angle of 244.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6158D9 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9788217-
CMYK0.550.5900.15
HSL244.19º62.93%59.8%-
HSV(B)244.19º59.45%85.1%-
XYZ20.9414.5367.35-
YUV105.4190.98122.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 217 (85.16% from 255) = 53.98%
R=24.13%
G=21.89%
B=53.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97882170.550.5900.15244.1962.9359.8
Hex6158D9373B0Ff43f3c
Octal14113033167730173647774
Binary11000011011000110110011101111110110111111110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6158D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6158D9; }

 p { color: rgb(97,88,217); }

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

<style>
 a { background-color: #6158D9; }

 a { background-color: rgb(97,88,217); }

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

<style>
 span { border-color: #6158D9; }

 span { border-color: rgb(97,88,217); }

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