Html Css Color HEX #6E5CCD Slate Blue

📋 copy color: '#6E5CCD'

red 110 ◦ green 92 ◦ blue 205

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

Shades of Slate Blue #6E5CCD

Tints of Slate Blue #6E5CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

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

R = 27.03%
G = 22.6%
B = 50.37%

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

#6E5CCD (or 0x6E5CCD) is known color: Slate Blue. HEX triplet: 6E, 5C and CD. RGB value is (110,92,205). Sum of RGB (Red+Green+Blue) = 110+92+205=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 92 (36.33% from 255 or 22.60% 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 #6E5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CCD is #91A332. Grayscale: #6D6D6D. Windows color (decimal): -9544499 or 13458542. OLE color: 13458542.

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

Color convert

RGB 110 92 205 -
CMYK 0.46 0.55 0 0.20
HSL 249.56º 0.53% 0.58% -
HSV(B) 249.56º 0.55% 0.8% -
XYZ 21.28 15.38 59.6 -
YUV 110.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 110 92 205 0.46 0.55 0 0.20 249.56 0.53 0.58
Hex 6E 5C CD 2E 37 0 14 FA 35 3A
Octal 156 134 315 56 67 0 24 372 65 72
Binary 1101110 1011100 11001101 101110 110111 0 10100 11111010 110101 111010

Color Harmonies of #6E5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5CCD

Black with #6E5CCD

Text Example


Text Example

White with #6E5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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