Html Css Color HEX #6E6ACD Slate Blue

📋 copy color: '#6E6ACD'

red 110 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #6E6ACD

Tints of Slate Blue #6E6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.18%

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

R = 26.13%
G = 25.18%
B = 48.69%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E6ACD (or 0x6E6ACD) is known color: Slate Blue. HEX triplet: 6E, 6A and CD. RGB value is (110,106,205). Sum of RGB (Red+Green+Blue) = 110+106+205=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ACD is #919532. Grayscale: #767676. Windows color (decimal): -9540915 or 13462126. OLE color: 13462126.

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

Color convert

RGB 110 106 205 -
CMYK 0.46 0.48 0 0.20
HSL 242.42º 0.5% 0.61% -
HSV(B) 242.42º 0.48% 0.8% -
XYZ 22.6 18.03 60.05 -
YUV 118.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 110 106 205 0.46 0.48 0 0.20 242.42 0.5 0.61
Hex 6E 6A CD 2E 30 0 14 F2 32 3D
Octal 156 152 315 56 60 0 24 362 62 75
Binary 1101110 1101010 11001101 101110 110000 0 10100 11110010 110010 111101

Color Harmonies of #6E6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ACD

Black with #6E6ACD

Text Example


Text Example

White with #6E6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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