#6C5DDE

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

Shades of Slate Blue #6C5DDE

Tints of Slate Blue #6C5DDE

Color information

#6C5DDE (or 0x6C5DDE) is unknown color: approx Slate Blue. HEX triplet: 6C, 5D and DE. RGB value is (108,93,222). Sum of RGB (Red+Green+Blue) = 108+93+222=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C5DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DDE is #93A221. Grayscale: #6F6F6F. Windows color (decimal): -9675298 or 14572908. OLE color: 14572908.

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

Color convert

RGB10893222-
CMYK0.510.5800.13
HSL246.98º66.15%61.76%-
HSV(B)246.98º58.11%87.06%-
XYZ23.2816.2971.02-
YUV112.19189.97125.01-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 222 (87.11% from 255) = 52.48%
R=25.53%
G=21.99%
B=52.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108932220.510.5800.13246.9866.1561.76
Hex6C5DDE333A0Df7423e
Octal154135336637201536710276
Binary110110010111011101111011001111101001101111101111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,222); }

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

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

 a { background-color: rgb(108,93,222); }

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

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

 span { border-color: rgb(108,93,222); }

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