#6C58DD

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

Shades of Slate Blue #6C58DD

Tints of Slate Blue #6C58DD

Color information

#6C58DD (or 0x6C58DD) is unknown color: approx Slate Blue. HEX triplet: 6C, 58 and DD. RGB value is (108,88,221). Sum of RGB (Red+Green+Blue) = 108+88+221=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C58DD is #93A722. Grayscale: #6C6C6C. Windows color (decimal): -9676579 or 14506092. OLE color: 14506092.

HSL color Cylindrical-coordinate representation of color #6C58DD: hue angle of 249.02º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C58DD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10888221-
CMYK0.510.6000.13
HSL249.02º66.17%60.59%-
HSV(B)249.02º60.18%86.67%-
XYZ22.7315.3970.18-
YUV109.14191.13127.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 88 (34.77% from 255) = 21.10%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=25.90%
G=21.10%
B=53.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108882210.510.6000.13249.0266.1760.59
Hex6C58DD333C0Df9423d
Octal154130335637401537110275
Binary110110010110001101110111001111110001101111110011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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