Html Css Color HEX #6D6C9A Scampi

📋 copy color: '#6D6C9A'

red 109 ◦ green 108 ◦ blue 154

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

Shades of Scampi #6D6C9A

Tints of Scampi #6D6C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 29.38%
G = 29.11%
B = 41.51%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D6C9A (or 0x6D6C9A) is known color: Scampi. HEX triplet: 6D, 6C and 9A. RGB value is (109,108,154). Sum of RGB (Red+Green+Blue) = 109+108+154=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D6C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6C9A is #929365. Grayscale: #717171. Windows color (decimal): -9605990 or 10120301. OLE color: 10120301.

HSL color Cylindrical-coordinate representation of color #6D6C9A: hue angle of 241.3º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D6C9A is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 108 154 -
CMYK 0.29 0.30 0 0.40
HSL 241.3º 0.19% 0.51% -
HSV(B) 241.3º 0.3% 0.6% -
XYZ 17.5 16.31 32.8 -
YUV 113.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 109 108 154 0.29 0.30 0 0.40 241.3 0.19 0.51
Hex 6D 6C 9A 1D 1E 0 28 F1 13 33
Octal 155 154 232 35 36 0 50 361 23 63
Binary 1101101 1101100 10011010 11101 11110 0 101000 11110001 10011 110011

Color Harmonies of #6D6C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6C9A

Black with #6D6C9A

Text Example


Text Example

White with #6D6C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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