Html Css Color HEX #6E6493 Scampi

📋 copy color: '#6E6493'

red 110 ◦ green 100 ◦ blue 147

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

Shades of Scampi #6E6493

Tints of Scampi #6E6493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.01%

 BLUE value IS 147 (57.81% from 255) = 41.18%

R = 30.81%
G = 28.01%
B = 41.18%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E6493 (or 0x6E6493) is known color: Scampi. HEX triplet: 6E, 64 and 93. RGB value is (110,100,147). Sum of RGB (Red+Green+Blue) = 110+100+147=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6493 is #919B6C. Grayscale: #6C6C6C. Windows color (decimal): -9542509 or 9659502. OLE color: 9659502.

HSL color Cylindrical-coordinate representation of color #6E6493: hue angle of 252.77º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6493 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 100 147 -
CMYK 0.25 0.32 0 0.42
HSL 252.77º 0.19% 0.48% -
HSV(B) 252.77º 0.32% 0.58% -
XYZ 16.25 14.54 29.55 -
YUV 108.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 110 100 147 0.25 0.32 0 0.42 252.77 0.19 0.48
Hex 6E 64 93 19 20 0 2A FD 13 30
Octal 156 144 223 31 40 0 52 375 23 60
Binary 1101110 1100100 10010011 11001 100000 0 101010 11111101 10011 110000

Color Harmonies of #6E6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6493

Black with #6E6493

Text Example


Text Example

White with #6E6493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,100,147); }

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

background-color css

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

 a { background-color: rgb(110,100,147); }

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

border-color css

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

 span { border-color: rgb(110,100,147); }

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