#6C4AD0

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

Shades of Slate Blue #6C4AD0

Tints of Slate Blue #6C4AD0

Color information

#6C4AD0 (or 0x6C4AD0) is unknown color: approx Slate Blue. HEX triplet: 6C, 4A and D0. RGB value is (108,74,208). Sum of RGB (Red+Green+Blue) = 108+74+208=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C4AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4AD0 is #93B52F. Grayscale: #626262. Windows color (decimal): -9680176 or 13650540. OLE color: 13650540.

HSL color Cylindrical-coordinate representation of color #6C4AD0: hue angle of 255.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C4AD0 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10874208-
CMYK0.480.6400.18
HSL255.22º58.77%55.29%-
HSV(B)255.22º64.42%81.57%-
XYZ20.0212.6461.06-
YUV99.44189.26134.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.69%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 208 (81.64% from 255) = 53.33%
R=27.69%
G=18.97%
B=53.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108742080.480.6400.18255.2258.7755.29
Hex6C4AD03040012ff3b37
Octal154112320601000223777367
Binary1101100100101011010000110000100000001001011111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,208); }

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

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

 a { background-color: rgb(108,74,208); }

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

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

 span { border-color: rgb(108,74,208); }

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