#6C58C6

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

Shades of Slate Blue #6C58C6

Tints of Slate Blue #6C58C6

Color information

#6C58C6 (or 0x6C58C6) is unknown color: approx Slate Blue. HEX triplet: 6C, 58 and C6. RGB value is (108,88,198). Sum of RGB (Red+Green+Blue) = 108+88+198=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C58C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58C6 is #93A739. Grayscale: #6A6A6A. Windows color (decimal): -9676602 or 12998764. OLE color: 12998764.

HSL color Cylindrical-coordinate representation of color #6C58C6: hue angle of 250.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C58C6 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10888198-
CMYK0.450.5600.22
HSL250.91º49.11%56.08%-
HSV(B)250.91º55.56%77.65%-
XYZ19.8714.2455.13-
YUV106.52179.63129.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.41%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 198 (77.73% from 255) = 50.25%
R=27.41%
G=22.34%
B=50.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal108881980.450.5600.22250.9149.1156.08
Hex6C58C62D38016fb3138
Octal15413030655700263736170
Binary110110010110001100011010110111100001011011111011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C58C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C58C6; }

 p { color: rgb(108,88,198); }

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

<style>
 a { background-color: #6C58C6; }

 a { background-color: rgb(108,88,198); }

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

<style>
 span { border-color: #6C58C6; }

 span { border-color: rgb(108,88,198); }

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