#6D6ECA

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

Shades of Slate Blue #6D6ECA

Tints of Slate Blue #6D6ECA

Color information

#6D6ECA (or 0x6D6ECA) is unknown color: approx Slate Blue. HEX triplet: 6D, 6E and CA. RGB value is (109,110,202). Sum of RGB (Red+Green+Blue) = 109+110+202=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ECA is #929135. Grayscale: #777777. Windows color (decimal): -9605430 or 13266541. OLE color: 13266541.

HSL color Cylindrical-coordinate representation of color #6D6ECA: hue angle of 239.35º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D6ECA is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB109110202-
CMYK0.460.4600.21
HSL239.35º46.73%60.98%-
HSV(B)239.35º46.04%79.22%-
XYZ22.5418.6758.29-
YUV120.19174.17120.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=25.89%
G=26.13%
B=47.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1091102020.460.4600.21239.3546.7360.98
Hex6D6ECA2E2E015ef2f3d
Octal15515631256560253575775
Binary110110111011101100101010111010111001010111101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,202); }

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

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

 a { background-color: rgb(109,110,202); }

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

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

 span { border-color: rgb(109,110,202); }

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