Html Css Color HEX #6E649A Scampi

📋 copy color: '#6E649A'

red 110 ◦ green 100 ◦ blue 154

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

Shades of Scampi #6E649A

Tints of Scampi #6E649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 30.22%
G = 27.47%
B = 42.31%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E649A (or 0x6E649A) is known color: Scampi. HEX triplet: 6E, 64 and 9A. RGB value is (110,100,154). Sum of RGB (Red+Green+Blue) = 110+100+154=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649A is #919B65. Grayscale: #6C6C6C. Windows color (decimal): -9542502 or 10118254. OLE color: 10118254.

HSL color Cylindrical-coordinate representation of color #6E649A: hue angle of 251.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E649A is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 100 154 -
CMYK 0.29 0.35 0 0.40
HSL 251.11º 0.21% 0.5% -
HSV(B) 251.11º 0.35% 0.6% -
XYZ 16.82 14.76 32.53 -
YUV 109.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 110 100 154 0.29 0.35 0 0.40 251.11 0.21 0.5
Hex 6E 64 9A 1D 23 0 28 FB 15 32
Octal 156 144 232 35 43 0 50 373 25 62
Binary 1101110 1100100 10011010 11101 100011 0 101000 11111011 10101 110010

Color Harmonies of #6E649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E649A

Black with #6E649A

Text Example


Text Example

White with #6E649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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