Html Css Color HEX #6D4BC5 Slate Blue

📋 copy color: '#6D4BC5'

red 109 ◦ green 75 ◦ blue 197

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

Shades of Slate Blue #6D4BC5

Tints of Slate Blue #6D4BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.69%

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

R = 28.61%
G = 19.69%
B = 51.71%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6D4BC5 (or 0x6D4BC5) is known color: Slate Blue. HEX triplet: 6D, 4B and C5. RGB value is (109,75,197). Sum of RGB (Red+Green+Blue) = 109+75+197=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #6D4BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4BC5 is #92B43A. Grayscale: #626262. Windows color (decimal): -9614395 or 12929901. OLE color: 12929901.

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

Color convert

RGB 109 75 197 -
CMYK 0.45 0.62 0 0.23
HSL 256.72º 0.51% 0.53% -
HSV(B) 256.72º 0.62% 0.77% -
XYZ 18.9 12.31 54.2 -
YUV 99.07 183.26 135.08 -
System Red Green Blue C M Y K H S L
Decimal 109 75 197 0.45 0.62 0 0.23 256.72 0.51 0.53
Hex 6D 4B C5 2D 3E 0 17 101 33 35
Octal 155 113 305 55 76 0 27 401 63 65
Binary 1101101 1001011 11000101 101101 111110 0 10111 100000001 110011 110101

Color Harmonies of #6D4BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4BC5

Black with #6D4BC5

Text Example


Text Example

White with #6D4BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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