Html Css Color HEX #6E5BC0 Slate Blue

📋 copy color: '#6E5BC0'

red 110 ◦ green 91 ◦ blue 192

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

Shades of Slate Blue #6E5BC0

Tints of Slate Blue #6E5BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.16%

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

R = 27.99%
G = 23.16%
B = 48.85%

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

#6E5BC0 (or 0x6E5BC0) is known color: Slate Blue. HEX triplet: 6E, 5B and C0. RGB value is (110,91,192). Sum of RGB (Red+Green+Blue) = 110+91+192=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E5BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5BC0 is #91A43F. Grayscale: #6B6B6B. Windows color (decimal): -9544768 or 12606318. OLE color: 12606318.

HSL color Cylindrical-coordinate representation of color #6E5BC0: hue angle of 251.29º degrees, saturation: 0.44, 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 #6E5BC0 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 91 192 -
CMYK 0.43 0.53 0 0.25
HSL 251.29º 0.44% 0.55% -
HSV(B) 251.29º 0.53% 0.75% -
XYZ 19.69 14.6 51.65 -
YUV 108.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 110 91 192 0.43 0.53 0 0.25 251.29 0.44 0.55
Hex 6E 5B C0 2B 35 0 19 FB 2C 37
Octal 156 133 300 53 65 0 31 373 54 67
Binary 1101110 1011011 11000000 101011 110101 0 11001 11111011 101100 110111

Color Harmonies of #6E5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5BC0

Black with #6E5BC0

Text Example


Text Example

White with #6E5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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