#6D4ECB

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

Shades of Slate Blue #6D4ECB

Tints of Slate Blue #6D4ECB

Color information

#6D4ECB (or 0x6D4ECB) is unknown color: approx Slate Blue. HEX triplet: 6D, 4E and CB. RGB value is (109,78,203). Sum of RGB (Red+Green+Blue) = 109+78+203=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ECB is #92B134. Grayscale: #656565. Windows color (decimal): -9613621 or 13323885. OLE color: 13323885.

HSL color Cylindrical-coordinate representation of color #6D4ECB: hue angle of 254.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4ECB is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10978203-
CMYK0.460.6200.20
HSL254.88º54.59%55.1%-
HSV(B)254.88º61.58%79.61%-
XYZ19.8113.0157.97-
YUV101.52185.27133.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 78 (30.86% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=27.95%
G=20%
B=52.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109782030.460.6200.20254.8854.5955.1
Hex6D4ECB2E3E014ff3737
Octal15511631356760243776767
Binary110110110011101100101110111011111001010011111111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,203); }

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

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

 a { background-color: rgb(109,78,203); }

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

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

 span { border-color: rgb(109,78,203); }

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