Html Css Color HEX #6D679B Scampi

📋 copy color: '#6D679B'

red 109 ◦ green 103 ◦ blue 155

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

Shades of Scampi #6D679B

Tints of Scampi #6D679B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 29.7%
G = 28.07%
B = 42.23%

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

#6D679B (or 0x6D679B) is known color: Scampi. HEX triplet: 6D, 67 and 9B. RGB value is (109,103,155). Sum of RGB (Red+Green+Blue) = 109+103+155=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D679B is #929864. Grayscale: #6E6E6E. Windows color (decimal): -9607269 or 10184557. OLE color: 10184557.

HSL color Cylindrical-coordinate representation of color #6D679B: hue angle of 246.92º 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 #6D679B is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 103 155 -
CMYK 0.30 0.34 0 0.39
HSL 246.92º 0.21% 0.51% -
HSV(B) 246.92º 0.34% 0.61% -
XYZ 17.07 15.32 33.07 -
YUV 110.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 109 103 155 0.30 0.34 0 0.39 246.92 0.21 0.51
Hex 6D 67 9B 1E 22 0 27 F7 15 33
Octal 155 147 233 36 42 0 47 367 25 63
Binary 1101101 1100111 10011011 11110 100010 0 100111 11110111 10101 110011

Color Harmonies of #6D679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D679B

Black with #6D679B

Text Example


Text Example

White with #6D679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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