Html Css Color HEX #6D4FCD Slate Blue

📋 copy color: '#6D4FCD'

red 109 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #6D4FCD

Tints of Slate Blue #6D4FCD

RGB

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

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

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

R = 27.74%
G = 20.1%
B = 52.16%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D4FCD (or 0x6D4FCD) is known color: Slate Blue. HEX triplet: 6D, 4F and CD. RGB value is (109,79,205). Sum of RGB (Red+Green+Blue) = 109+79+205=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FCD is #92B032. Grayscale: #656565. Windows color (decimal): -9613363 or 13455213. OLE color: 13455213.

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

Color convert

RGB 109 79 205 -
CMYK 0.47 0.61 0 0.20
HSL 254.29º 0.56% 0.56% -
HSV(B) 254.29º 0.61% 0.8% -
XYZ 20.12 13.25 59.25 -
YUV 102.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 109 79 205 0.47 0.61 0 0.20 254.29 0.56 0.56
Hex 6D 4F CD 2F 3D 0 14 FE 38 38
Octal 155 117 315 57 75 0 24 376 70 70
Binary 1101101 1001111 11001101 101111 111101 0 10100 11111110 111000 111000

Color Harmonies of #6D4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FCD

Black with #6D4FCD

Text Example


Text Example

White with #6D4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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