Html Css Color HEX #6D669C Scampi

📋 copy color: '#6D669C'

red 109 ◦ green 102 ◦ blue 156

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

Shades of Scampi #6D669C

Tints of Scampi #6D669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

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

R = 29.7%
G = 27.79%
B = 42.51%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D669C (or 0x6D669C) is known color: Scampi. HEX triplet: 6D, 66 and 9C. RGB value is (109,102,156). Sum of RGB (Red+Green+Blue) = 109+102+156=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D669C is #929963. Grayscale: #6E6E6E. Windows color (decimal): -9607524 or 10249837. OLE color: 10249837.

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

Color convert

RGB 109 102 156 -
CMYK 0.30 0.35 0 0.39
HSL 247.78º 0.21% 0.51% -
HSV(B) 247.78º 0.35% 0.61% -
XYZ 17.06 15.15 33.48 -
YUV 110.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 109 102 156 0.30 0.35 0 0.39 247.78 0.21 0.51
Hex 6D 66 9C 1E 23 0 27 F8 15 33
Octal 155 146 234 36 43 0 47 370 25 63
Binary 1101101 1100110 10011100 11110 100011 0 100111 11111000 10101 110011

Color Harmonies of #6D669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D669C

Black with #6D669C

Text Example


Text Example

White with #6D669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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