Html Css Color HEX #6E5E97 Scampi

📋 copy color: '#6E5E97'

red 110 ◦ green 94 ◦ blue 151

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

Shades of Scampi #6E5E97

Tints of Scampi #6E5E97

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 30.99%
G = 26.48%
B = 42.54%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E5E97 (or 0x6E5E97) is known color: Scampi. HEX triplet: 6E, 5E and 97. RGB value is (110,94,151). Sum of RGB (Red+Green+Blue) = 110+94+151=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E5E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5E97 is #91A168. Grayscale: #696969. Windows color (decimal): -9544041 or 9920110. OLE color: 9920110.

HSL color Cylindrical-coordinate representation of color #6E5E97: hue angle of 256.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E5E97 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 94 151 -
CMYK 0.27 0.38 0 0.41
HSL 256.84º 0.23% 0.48% -
HSV(B) 256.84º 0.38% 0.59% -
XYZ 16.02 13.55 31.05 -
YUV 105.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 110 94 151 0.27 0.38 0 0.41 256.84 0.23 0.48
Hex 6E 5E 97 1B 26 0 29 101 17 30
Octal 156 136 227 33 46 0 51 401 27 60
Binary 1101110 1011110 10010111 11011 100110 0 101001 100000001 10111 110000

Color Harmonies of #6E5E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5E97

Black with #6E5E97

Text Example


Text Example

White with #6E5E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,151); }

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

background-color css

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

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

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

border-color css

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

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

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