Html Css Color HEX #6D4FC3 Slate Blue

📋 copy color: '#6D4FC3'

red 109 ◦ green 79 ◦ blue 195

#6D4FC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6D4FC3

Tints of Slate Blue #6D4FC3

RGB

 RED value IS 109 (42.97% from 255) = 28.46%

 GREEN value IS 79 (31.25% from 255) = 20.63%

 BLUE value IS 195 (76.56% from 255) = 50.91%

R = 28.46%
G = 20.63%
B = 50.91%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6D4FC3 (or 0x6D4FC3) is known color: Slate Blue. HEX triplet: 6D, 4F and C3. RGB value is (109,79,195). Sum of RGB (Red+Green+Blue) = 109+79+195=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D4FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FC3 is #92B03C. Grayscale: #646464. Windows color (decimal): -9613373 or 12799853. OLE color: 12799853.

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

Color convert

RGB 109 79 195 -
CMYK 0.44 0.59 0 0.24
HSL 255.52º 0.49% 0.54% -
HSV(B) 255.52º 0.59% 0.76% -
XYZ 18.95 12.78 53.1 -
YUV 101.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 109 79 195 0.44 0.59 0 0.24 255.52 0.49 0.54
Hex 6D 4F C3 2C 3B 0 18 100 31 36
Octal 155 117 303 54 73 0 30 400 61 66
Binary 1101101 1001111 11000011 101100 111011 0 11000 100000000 110001 110110

Color Harmonies of #6D4FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FC3

Black with #6D4FC3

Text Example


Text Example

White with #6D4FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,195); }

 H1.HeaderClassName
 {
   color: #6D4FC3;
 }
 .AnyTagClassName
 {
   color: #6D4FC3;
 }
</style>

background-color css

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

 a { background-color: rgb(109,79,195); }

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

border-color css

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

 span { border-color: rgb(109,79,195); }

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