Html Css Color HEX #6D6C8C Scampi

📋 copy color: '#6D6C8C'

red 109 ◦ green 108 ◦ blue 140

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

Shades of Scampi #6D6C8C

Tints of Scampi #6D6C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 30.53%
G = 30.25%
B = 39.22%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D6C8C (or 0x6D6C8C) is known color: Scampi. HEX triplet: 6D, 6C and 8C. RGB value is (109,108,140). Sum of RGB (Red+Green+Blue) = 109+108+140=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D6C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6C8C is #929373. Grayscale: #6F6F6F. Windows color (decimal): -9606004 or 9202797. OLE color: 9202797.

HSL color Cylindrical-coordinate representation of color #6D6C8C: hue angle of 241.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D6C8C is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 109 108 140 -
CMYK 0.22 0.23 0 0.45
HSL 241.88º 0.13% 0.49% -
HSV(B) 241.88º 0.23% 0.55% -
XYZ 16.4 15.87 27.01 -
YUV 111.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 109 108 140 0.22 0.23 0 0.45 241.88 0.13 0.49
Hex 6D 6C 8C 16 17 0 2D F2 D 31
Octal 155 154 214 26 27 0 55 362 15 61
Binary 1101101 1101100 10001100 10110 10111 0 101101 11110010 1101 110001

Color Harmonies of #6D6C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C8C

Black with #6D6C8C

Text Example


Text Example

White with #6D6C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,140); }

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

background-color css

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

 a { background-color: rgb(109,108,140); }

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

border-color css

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

 span { border-color: rgb(109,108,140); }

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