#6D4BC7

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

Shades of Slate Blue #6D4BC7

Tints of Slate Blue #6D4BC7

Color information

#6D4BC7 (or 0x6D4BC7) is unknown color: approx Slate Blue. HEX triplet: 6D, 4B and C7. RGB value is (109,75,199). Sum of RGB (Red+Green+Blue) = 109+75+199=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 199 (78.12% from 255 or 51.96% from 383); Max value from RGB is 199 - color contains mainly: blue. Hex color #6D4BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BC7 is #92B438. Grayscale: #626262. Windows color (decimal): -9614393 or 13060973. OLE color: 13060973.

HSL color Cylindrical-coordinate representation of color #6D4BC7: hue angle of 256.45º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4BC7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10975199-
CMYK0.450.6200.22
HSL256.45º52.54%53.73%-
HSV(B)256.45º62.31%78.04%-
XYZ19.1312.4155.42-
YUV99.3184.26134.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 199 (78.12% from 255) = 51.96%
R=28.46%
G=19.58%
B=51.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal109751990.450.6200.22256.4552.5453.73
Hex6D4BC72D3E0161003536
Octal15511330755760264006566
Binary1101101100101111000111101101111110010110100000000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,199); }

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

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

 a { background-color: rgb(109,75,199); }

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

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

 span { border-color: rgb(109,75,199); }

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