Html Css Color HEX #6D6E9E Scampi

📋 copy color: '#6D6E9E'

red 109 ◦ green 110 ◦ blue 158

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

Shades of Scampi #6D6E9E

Tints of Scampi #6D6E9E

RGB

 RED value IS 109 (42.97% from 255) = 28.91%

 GREEN value IS 110 (43.36% from 255) = 29.18%

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

R = 28.91%
G = 29.18%
B = 41.91%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6D6E9E (or 0x6D6E9E) is known color: Scampi. HEX triplet: 6D, 6E and 9E. RGB value is (109,110,158). Sum of RGB (Red+Green+Blue) = 109+110+158=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D6E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E9E is #929161. Grayscale: #727272. Windows color (decimal): -9605474 or 10382957. OLE color: 10382957.

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

Color convert

RGB 109 110 158 -
CMYK 0.31 0.30 0 0.38
HSL 238.78º 0.2% 0.52% -
HSV(B) 238.78º 0.31% 0.62% -
XYZ 18.05 16.87 34.65 -
YUV 115.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 109 110 158 0.31 0.30 0 0.38 238.78 0.2 0.52
Hex 6D 6E 9E 1F 1E 0 26 EF 14 34
Octal 155 156 236 37 36 0 46 357 24 64
Binary 1101101 1101110 10011110 11111 11110 0 100110 11101111 10100 110100

Color Harmonies of #6D6E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E9E

Black with #6D6E9E

Text Example


Text Example

White with #6D6E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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