Html Css Color HEX #6E6492 Scampi

📋 copy color: '#6E6492'

red 110 ◦ green 100 ◦ blue 146

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

Shades of Scampi #6E6492

Tints of Scampi #6E6492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 30.9%
G = 28.09%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E6492 (or 0x6E6492) is known color: Scampi. HEX triplet: 6E, 64 and 92. RGB value is (110,100,146). Sum of RGB (Red+Green+Blue) = 110+100+146=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #6E6492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6492 is #919B6D. Grayscale: #6C6C6C. Windows color (decimal): -9542510 or 9593966. OLE color: 9593966.

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

Color convert

RGB 110 100 146 -
CMYK 0.25 0.32 0 0.43
HSL 253.04º 0.19% 0.48% -
HSV(B) 253.04º 0.32% 0.57% -
XYZ 16.18 14.5 29.14 -
YUV 108.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 110 100 146 0.25 0.32 0 0.43 253.04 0.19 0.48
Hex 6E 64 92 19 20 0 2B FD 13 30
Octal 156 144 222 31 40 0 53 375 23 60
Binary 1101110 1100100 10010010 11001 100000 0 101011 11111101 10011 110000

Color Harmonies of #6E6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6492

Black with #6E6492

Text Example


Text Example

White with #6E6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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