Html Css Color HEX #6E649D Scampi

📋 copy color: '#6E649D'

red 110 ◦ green 100 ◦ blue 157

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

Shades of Scampi #6E649D

Tints of Scampi #6E649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 29.97%
G = 27.25%
B = 42.78%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E649D (or 0x6E649D) is known color: Scampi. HEX triplet: 6E, 64 and 9D. RGB value is (110,100,157). Sum of RGB (Red+Green+Blue) = 110+100+157=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649D is #919B62. Grayscale: #6D6D6D. Windows color (decimal): -9542499 or 10314862. OLE color: 10314862.

HSL color Cylindrical-coordinate representation of color #6E649D: hue angle of 250.53º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E649D is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 100 157 -
CMYK 0.30 0.36 0 0.38
HSL 250.53º 0.23% 0.5% -
HSV(B) 250.53º 0.36% 0.62% -
XYZ 17.07 14.86 33.87 -
YUV 109.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 110 100 157 0.30 0.36 0 0.38 250.53 0.23 0.5
Hex 6E 64 9D 1E 24 0 26 FB 17 32
Octal 156 144 235 36 44 0 46 373 27 62
Binary 1101110 1100100 10011101 11110 100100 0 100110 11111011 10111 110010

Color Harmonies of #6E649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E649D

Black with #6E649D

Text Example


Text Example

White with #6E649D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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