Html Css Color HEX #6D699B Scampi

📋 copy color: '#6D699B'

red 109 ◦ green 105 ◦ blue 155

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

Shades of Scampi #6D699B

Tints of Scampi #6D699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

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

R = 29.54%
G = 28.46%
B = 42.01%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D699B (or 0x6D699B) is known color: Scampi. HEX triplet: 6D, 69 and 9B. RGB value is (109,105,155). Sum of RGB (Red+Green+Blue) = 109+105+155=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D699B is #929664. Grayscale: #6F6F6F. Windows color (decimal): -9606757 or 10185069. OLE color: 10185069.

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

Color convert

RGB 109 105 155 -
CMYK 0.30 0.32 0 0.39
HSL 244.8º 0.2% 0.51% -
HSV(B) 244.8º 0.32% 0.61% -
XYZ 17.27 15.72 33.13 -
YUV 111.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 109 105 155 0.30 0.32 0 0.39 244.8 0.2 0.51
Hex 6D 69 9B 1E 20 0 27 F5 14 33
Octal 155 151 233 36 40 0 47 365 24 63
Binary 1101101 1101001 10011011 11110 100000 0 100111 11110101 10100 110011

Color Harmonies of #6D699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D699B

Black with #6D699B

Text Example


Text Example

White with #6D699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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