Html Css Color HEX #6E5AC0 Slate Blue

📋 copy color: '#6E5AC0'

red 110 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #6E5AC0

Tints of Slate Blue #6E5AC0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 192 (75.39% from 255) = 48.98%

R = 28.06%
G = 22.96%
B = 48.98%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E5AC0 (or 0x6E5AC0) is known color: Slate Blue. HEX triplet: 6E, 5A and C0. RGB value is (110,90,192). Sum of RGB (Red+Green+Blue) = 110+90+192=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AC0 is #91A53F. Grayscale: #6B6B6B. Windows color (decimal): -9545024 or 12606062. OLE color: 12606062.

HSL color Cylindrical-coordinate representation of color #6E5AC0: hue angle of 251.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5AC0 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 90 192 -
CMYK 0.43 0.53 0 0.25
HSL 251.76º 0.45% 0.55% -
HSV(B) 251.76º 0.53% 0.75% -
XYZ 19.6 14.43 51.62 -
YUV 107.61 175.63 129.71 -
System Red Green Blue C M Y K H S L
Decimal 110 90 192 0.43 0.53 0 0.25 251.76 0.45 0.55
Hex 6E 5A C0 2B 35 0 19 FC 2D 37
Octal 156 132 300 53 65 0 31 374 55 67
Binary 1101110 1011010 11000000 101011 110101 0 11001 11111100 101101 110111

Color Harmonies of #6E5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5AC0

Black with #6E5AC0

Text Example


Text Example

White with #6E5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,192); }

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

background-color css

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

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

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

border-color css

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

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

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