Html Css Color HEX #6E5DCC Slate Blue

📋 copy color: '#6E5DCC'

red 110 ◦ green 93 ◦ blue 204

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

Shades of Slate Blue #6E5DCC

Tints of Slate Blue #6E5DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 27.03%
G = 22.85%
B = 50.12%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E5DCC (or 0x6E5DCC) is known color: Slate Blue. HEX triplet: 6E, 5D and CC. RGB value is (110,93,204). Sum of RGB (Red+Green+Blue) = 110+93+204=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DCC is #91A233. Grayscale: #6E6E6E. Windows color (decimal): -9544244 or 13393262. OLE color: 13393262.

HSL color Cylindrical-coordinate representation of color #6E5DCC: hue angle of 249.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E5DCC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 93 204 -
CMYK 0.46 0.54 0 0.2
HSL 249.19º 0.52% 0.58% -
HSV(B) 249.19º 0.54% 0.8% -
XYZ 21.24 15.5 59 -
YUV 110.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 110 93 204 0.46 0.54 0 0.2 249.19 0.52 0.58
Hex 6E 5D CC 2E 36 0 14 F9 34 3A
Octal 156 135 314 56 66 0 24 371 64 72
Binary 1101110 1011101 11001100 101110 110110 0 10100 11111001 110100 111010

Color Harmonies of #6E5DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DCC

Black with #6E5DCC

Text Example


Text Example

White with #6E5DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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