Html Css Color HEX #6D679C Scampi

📋 copy color: '#6D679C'

red 109 ◦ green 103 ◦ blue 156

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

Shades of Scampi #6D679C

Tints of Scampi #6D679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

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

R = 29.62%
G = 27.99%
B = 42.39%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D679C (or 0x6D679C) is known color: Scampi. HEX triplet: 6D, 67 and 9C. RGB value is (109,103,156). Sum of RGB (Red+Green+Blue) = 109+103+156=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D679C is #929863. Grayscale: #6E6E6E. Windows color (decimal): -9607268 or 10250093. OLE color: 10250093.

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

Color convert

RGB 109 103 156 -
CMYK 0.30 0.34 0 0.39
HSL 246.79º 0.21% 0.51% -
HSV(B) 246.79º 0.34% 0.61% -
XYZ 17.16 15.35 33.51 -
YUV 110.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 109 103 156 0.30 0.34 0 0.39 246.79 0.21 0.51
Hex 6D 67 9C 1E 22 0 27 F7 15 33
Octal 155 147 234 36 42 0 47 367 25 63
Binary 1101101 1100111 10011100 11110 100010 0 100111 11110111 10101 110011

Color Harmonies of #6D679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D679C

Black with #6D679C

Text Example


Text Example

White with #6D679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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