Html Css Color HEX #6D689C Scampi

📋 copy color: '#6D689C'

red 109 ◦ green 104 ◦ blue 156

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

Shades of Scampi #6D689C

Tints of Scampi #6D689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 29.54%
G = 28.18%
B = 42.28%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D689C (or 0x6D689C) is known color: Scampi. HEX triplet: 6D, 68 and 9C. RGB value is (109,104,156). Sum of RGB (Red+Green+Blue) = 109+104+156=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D689C is #929763. Grayscale: #6F6F6F. Windows color (decimal): -9607012 or 10250349. OLE color: 10250349.

HSL color Cylindrical-coordinate representation of color #6D689C: hue angle of 245.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D689C is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 104 156 -
CMYK 0.30 0.33 0 0.39
HSL 245.77º 0.21% 0.51% -
HSV(B) 245.77º 0.33% 0.61% -
XYZ 17.26 15.55 33.54 -
YUV 111.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 109 104 156 0.30 0.33 0 0.39 245.77 0.21 0.51
Hex 6D 68 9C 1E 21 0 27 F6 15 33
Octal 155 150 234 36 41 0 47 366 25 63
Binary 1101101 1101000 10011100 11110 100001 0 100111 11110110 10101 110011

Color Harmonies of #6D689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D689C

Black with #6D689C

Text Example


Text Example

White with #6D689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,156); }

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

background-color css

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

 a { background-color: rgb(109,104,156); }

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

border-color css

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

 span { border-color: rgb(109,104,156); }

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