#6C58DC

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

Shades of Slate Blue #6C58DC

Tints of Slate Blue #6C58DC

Color information

#6C58DC (or 0x6C58DC) is unknown color: approx Slate Blue. HEX triplet: 6C, 58 and DC. RGB value is (108,88,220). Sum of RGB (Red+Green+Blue) = 108+88+220=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C58DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58DC is #93A723. Grayscale: #6C6C6C. Windows color (decimal): -9676580 or 14440556. OLE color: 14440556.

HSL color Cylindrical-coordinate representation of color #6C58DC: hue angle of 249.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C58DC is Cyan = 0.51, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10888220-
CMYK0.510.600.14
HSL249.09º65.35%60.39%-
HSV(B)249.09º60%86.27%-
XYZ22.5915.3369.48-
YUV109.03190.63127.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.96%
GREEN value IS 88 (34.77% from 255) = 21.15%
BLUE value IS 220 (86.33% from 255) = 52.88%
R=25.96%
G=21.15%
B=52.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108882200.510.600.14249.0965.3560.39
Hex6C58DC333C0Ef9413c
Octal154130334637401637110174
Binary110110010110001101110011001111110001110111110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C58DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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