Html Css Color HEX #6E619E Scampi

📋 copy color: '#6E619E'

red 110 ◦ green 97 ◦ blue 158

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

Shades of Scampi #6E619E

Tints of Scampi #6E619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 158 (62.11% from 255) = 43.29%

R = 30.14%
G = 26.58%
B = 43.29%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E619E (or 0x6E619E) is known color: Scampi. HEX triplet: 6E, 61 and 9E. RGB value is (110,97,158). Sum of RGB (Red+Green+Blue) = 110+97+158=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E619E is #919E61. Grayscale: #6B6B6B. Windows color (decimal): -9543266 or 10379630. OLE color: 10379630.

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

Color convert

RGB 110 97 158 -
CMYK 0.30 0.39 0 0.38
HSL 252.79º 0.24% 0.5% -
HSV(B) 252.79º 0.39% 0.62% -
XYZ 16.88 14.33 34.22 -
YUV 107.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 110 97 158 0.30 0.39 0 0.38 252.79 0.24 0.5
Hex 6E 61 9E 1E 27 0 26 FD 18 32
Octal 156 141 236 36 47 0 46 375 30 62
Binary 1101110 1100001 10011110 11110 100111 0 100110 11111101 11000 110010

Color Harmonies of #6E619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E619E

Black with #6E619E

Text Example


Text Example

White with #6E619E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,97,158); }

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

background-color css

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

 a { background-color: rgb(110,97,158); }

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

border-color css

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

 span { border-color: rgb(110,97,158); }

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