Html Css Color HEX #6D5DCD Slate Blue

📋 copy color: '#6D5DCD'

red 109 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #6D5DCD

Tints of Slate Blue #6D5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 26.78%
G = 22.85%
B = 50.37%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D5DCD (or 0x6D5DCD) is known color: Slate Blue. HEX triplet: 6D, 5D and CD. RGB value is (109,93,205). Sum of RGB (Red+Green+Blue) = 109+93+205=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DCD is #92A232. Grayscale: #6E6E6E. Windows color (decimal): -9609779 or 13458797. OLE color: 13458797.

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

Color convert

RGB 109 93 205 -
CMYK 0.47 0.55 0 0.20
HSL 248.57º 0.53% 0.58% -
HSV(B) 248.57º 0.55% 0.8% -
XYZ 21.24 15.49 59.63 -
YUV 110.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 109 93 205 0.47 0.55 0 0.20 248.57 0.53 0.58
Hex 6D 5D CD 2F 37 0 14 F9 35 3A
Octal 155 135 315 57 67 0 24 371 65 72
Binary 1101101 1011101 11001101 101111 110111 0 10100 11111001 110101 111010

Color Harmonies of #6D5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5DCD

Black with #6D5DCD

Text Example


Text Example

White with #6D5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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