#6D58DD

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

Shades of Slate Blue #6D58DD

Tints of Slate Blue #6D58DD

Color information

#6D58DD (or 0x6D58DD) is unknown color: approx Slate Blue. HEX triplet: 6D, 58 and DD. RGB value is (109,88,221). Sum of RGB (Red+Green+Blue) = 109+88+221=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D58DD is #92A722. Grayscale: #6C6C6C. Windows color (decimal): -9611043 or 14506093. OLE color: 14506093.

HSL color Cylindrical-coordinate representation of color #6D58DD: hue angle of 249.47º 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 #6D58DD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10988221-
CMYK0.510.6000.13
HSL249.47º66.17%60.59%-
HSV(B)249.47º60.18%86.67%-
XYZ22.8515.4570.18-
YUV109.44190.96127.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.08%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 221 (86.72% from 255) = 52.87%
R=26.08%
G=21.05%
B=52.87%

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
Decimal109882210.510.6000.13249.4766.1760.59
Hex6D58DD333C0Df9423d
Octal155130335637401537110275
Binary110110110110001101110111001111110001101111110011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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