#6C5DD0

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

Shades of Slate Blue #6C5DD0

Tints of Slate Blue #6C5DD0

Color information

#6C5DD0 (or 0x6C5DD0) is unknown color: approx Slate Blue. HEX triplet: 6C, 5D and D0. RGB value is (108,93,208). Sum of RGB (Red+Green+Blue) = 108+93+208=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #6C5DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DD0 is #93A22F. Grayscale: #6E6E6E. Windows color (decimal): -9675312 or 13655404. OLE color: 13655404.

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

Color convert

RGB10893208-
CMYK0.480.5500.18
HSL247.83º55.02%59.02%-
HSV(B)247.83º55.29%81.57%-
XYZ21.4815.5761.55-
YUV110.6182.97126.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.41%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 208 (81.64% from 255) = 50.86%
R=26.41%
G=22.74%
B=50.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108932080.480.5500.18247.8355.0259.02
Hex6C5DD03037012f8373b
Octal15413532060670223706773
Binary110110010111011101000011000011011101001011111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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