#6D66C1

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

Shades of Slate Blue #6D66C1

Tints of Slate Blue #6D66C1

Color information

#6D66C1 (or 0x6D66C1) is unknown color: approx Slate Blue. HEX triplet: 6D, 66 and C1. RGB value is (109,102,193). Sum of RGB (Red+Green+Blue) = 109+102+193=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 193 (75.78% from 255 or 47.77% from 404); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D66C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66C1 is #92993E. Grayscale: #727272. Windows color (decimal): -9607487 or 12674669. OLE color: 12674669.

HSL color Cylindrical-coordinate representation of color #6D66C1: hue angle of 244.62º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D66C1 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB109102193-
CMYK0.440.4700.24
HSL244.62º42.33%57.84%-
HSV(B)244.62º47.15%75.69%-
XYZ20.6816.652.57-
YUV114.47172.32124.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 193 (75.78% from 255) = 47.77%
R=26.98%
G=25.25%
B=47.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1091021930.440.4700.24244.6242.3357.84
Hex6D66C12C2F018f52a3a
Octal15514630154570303655272
Binary110110111001101100000110110010111101100011110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,193); }

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

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

 a { background-color: rgb(109,102,193); }

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

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

 span { border-color: rgb(109,102,193); }

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