Html Css Color HEX #6E6ECD Slate Blue

📋 copy color: '#6E6ECD'

red 110 ◦ green 110 ◦ blue 205

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

Shades of Slate Blue #6E6ECD

Tints of Slate Blue #6E6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.88%

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

R = 25.88%
G = 25.88%
B = 48.24%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E6ECD (or 0x6E6ECD) is known color: Slate Blue. HEX triplet: 6E, 6E and CD. RGB value is (110,110,205). Sum of RGB (Red+Green+Blue) = 110+110+205=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ECD is #919132. Grayscale: #787878. Windows color (decimal): -9539891 or 13463150. OLE color: 13463150.

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

Color convert

RGB 110 110 205 -
CMYK 0.46 0.46 0 0.20
HSL 240º 0.49% 0.62% -
HSV(B) 240º 0.46% 0.8% -
XYZ 23.03 18.87 60.19 -
YUV 120.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 110 110 205 0.46 0.46 0 0.20 240 0.49 0.62
Hex 6E 6E CD 2E 2E 0 14 F0 31 3E
Octal 156 156 315 56 56 0 24 360 61 76
Binary 1101110 1101110 11001101 101110 101110 0 10100 11110000 110001 111110

Color Harmonies of #6E6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ECD

Black with #6E6ECD

Text Example


Text Example

White with #6E6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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