Html Css Color HEX #6D4CCD Slate Blue

📋 copy color: '#6D4CCD'

red 109 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #6D4CCD

Tints of Slate Blue #6D4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 27.95%
G = 19.49%
B = 52.56%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D4CCD (or 0x6D4CCD) is known color: Slate Blue. HEX triplet: 6D, 4C and CD. RGB value is (109,76,205). Sum of RGB (Red+Green+Blue) = 109+76+205=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D4CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4CCD is #92B332. Grayscale: #646464. Windows color (decimal): -9614131 or 13454445. OLE color: 13454445.

HSL color Cylindrical-coordinate representation of color #6D4CCD: hue angle of 255.35º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4CCD is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 76 205 -
CMYK 0.47 0.63 0 0.20
HSL 255.35º 0.56% 0.55% -
HSV(B) 255.35º 0.63% 0.8% -
XYZ 19.91 12.83 59.18 -
YUV 100.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 109 76 205 0.47 0.63 0 0.20 255.35 0.56 0.55
Hex 6D 4C CD 2F 3F 0 14 FF 38 37
Octal 155 114 315 57 77 0 24 377 70 67
Binary 1101101 1001100 11001101 101111 111111 0 10100 11111111 111000 110111

Color Harmonies of #6D4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4CCD

Black with #6D4CCD

Text Example


Text Example

White with #6D4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,205); }

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

background-color css

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

 a { background-color: rgb(109,76,205); }

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

border-color css

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

 span { border-color: rgb(109,76,205); }

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