#6C689C

Color #6C689C Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #6C689C

Tints of Scampi #6C689C

Color information

#6C689C (or 0x6C689C) is unknown color: approx Scampi. HEX triplet: 6C, 68 and 9C. RGB value is (108,104,156). Sum of RGB (Red+Green+Blue) = 108+104+156=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 104 (41.02% from 255 or 28.26% 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 #6C689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C689C is #939763. Grayscale: #6E6E6E. Windows color (decimal): -9672548 or 10250348. OLE color: 10250348.

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

Color convert

RGB108104156-
CMYK0.310.3300.39
HSL244.62º20.8%50.98%-
HSV(B)244.62º33.33%61.18%-
XYZ17.1415.4933.54-
YUV111.12153.33125.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.35%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=29.35%
G=28.26%
B=42.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081041560.310.3300.39244.6220.850.98
Hex6C689C1F21027f51533
Octal15415023437410473652563
Binary11011001101000100111001111110000101001111111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C689C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,104,156); }

 H1.HeaderClassName
 {
   color: #6C689C;
 }
 .AnyTagClassName
 {
   color: #6C689C;
 }
</style>
background-color css

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

 a { background-color: rgb(108,104,156); }

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

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

 span { border-color: rgb(108,104,156); }

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