#6158D2

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

Shades of Slate Blue #6158D2

Tints of Slate Blue #6158D2

Color information

#6158D2 (or 0x6158D2) is unknown color: approx Slate Blue. HEX triplet: 61, 58 and D2. RGB value is (97,88,210). Sum of RGB (Red+Green+Blue) = 97+88+210=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #6158D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158D2 is #9EA72D. Grayscale: #686868. Windows color (decimal): -10397486 or 13785185. OLE color: 13785185.

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

Color convert

RGB9788210-
CMYK0.540.5800.18
HSL244.43º57.55%58.43%-
HSV(B)244.43º58.1%82.35%-
XYZ20.0514.1762.65-
YUV104.6187.48122.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 210 (82.42% from 255) = 53.16%
R=24.56%
G=22.28%
B=53.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97882100.540.5800.18244.4357.5558.43
Hex6158D2363A012f43a3a
Octal14113032266720223647272
Binary110000110110001101001011011011101001001011110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6158D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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