Html Css Color HEX #6E5DCD Slate Blue

📋 copy color: '#6E5DCD'

red 110 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #6E5DCD

Tints of Slate Blue #6E5DCD

RGB

 RED value IS 110 (43.36% from 255) = 26.96%

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

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

R = 26.96%
G = 22.79%
B = 50.25%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E5DCD (or 0x6E5DCD) is known color: Slate Blue. HEX triplet: 6E, 5D and CD. RGB value is (110,93,205). Sum of RGB (Red+Green+Blue) = 110+93+205=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DCD is #91A232. Grayscale: #6E6E6E. Windows color (decimal): -9544243 or 13458798. OLE color: 13458798.

HSL color Cylindrical-coordinate representation of color #6E5DCD: hue angle of 249.11º 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 #6E5DCD is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 93 205 -
CMYK 0.46 0.55 0 0.20
HSL 249.11º 0.53% 0.58% -
HSV(B) 249.11º 0.55% 0.8% -
XYZ 21.36 15.55 59.63 -
YUV 110.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 110 93 205 0.46 0.55 0 0.20 249.11 0.53 0.58
Hex 6E 5D CD 2E 37 0 14 F9 35 3A
Octal 156 135 315 56 67 0 24 371 65 72
Binary 1101110 1011101 11001101 101110 110111 0 10100 11111001 110101 111010

Color Harmonies of #6E5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DCD

Black with #6E5DCD

Text Example


Text Example

White with #6E5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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