#6C609D

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

Shades of Scampi #6C609D

Tints of Scampi #6C609D

Color information

#6C609D (or 0x6C609D) is unknown color: approx Scampi. HEX triplet: 6C, 60 and 9D. RGB value is (108,96,157). Sum of RGB (Red+Green+Blue) = 108+96+157=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C609D is #939F62. Grayscale: #6A6A6A. Windows color (decimal): -9674595 or 10313836. OLE color: 10313836.

HSL color Cylindrical-coordinate representation of color #6C609D: hue angle of 251.8º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C609D is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10896157-
CMYK0.310.3900.38
HSL251.8º24.11%49.61%-
HSV(B)251.8º38.85%61.57%-
XYZ16.4513.9933.73-
YUV106.54156.48129.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=29.92%
G=26.59%
B=43.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108961570.310.3900.38251.824.1149.61
Hex6C609D1F27026fc1832
Octal15414023537470463743062
Binary11011001100000100111011111110011101001101111110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,157); }

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

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

 a { background-color: rgb(108,96,157); }

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

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

 span { border-color: rgb(108,96,157); }

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