Html Css Color HEX #6D4FC5 Slate Blue

📋 copy color: '#6D4FC5'

red 109 ◦ green 79 ◦ blue 197

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

Shades of Slate Blue #6D4FC5

Tints of Slate Blue #6D4FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.17%

R = 28.31%
G = 20.52%
B = 51.17%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6D4FC5 (or 0x6D4FC5) is known color: Slate Blue. HEX triplet: 6D, 4F and C5. RGB value is (109,79,197). Sum of RGB (Red+Green+Blue) = 109+79+197=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D4FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FC5 is #92B03A. Grayscale: #646464. Windows color (decimal): -9613371 or 12930925. OLE color: 12930925.

HSL color Cylindrical-coordinate representation of color #6D4FC5: hue angle of 255.25º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4FC5 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 109 79 197 -
CMYK 0.45 0.60 0 0.23
HSL 255.25º 0.5% 0.54% -
HSV(B) 255.25º 0.6% 0.77% -
XYZ 19.18 12.87 54.3 -
YUV 101.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 109 79 197 0.45 0.60 0 0.23 255.25 0.5 0.54
Hex 6D 4F C5 2D 3C 0 17 FF 32 36
Octal 155 117 305 55 74 0 27 377 62 66
Binary 1101101 1001111 11000101 101101 111100 0 10111 11111111 110010 110110

Color Harmonies of #6D4FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FC5

Black with #6D4FC5

Text Example


Text Example

White with #6D4FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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