#6D639E

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

Shades of Scampi #6D639E

Tints of Scampi #6D639E

Color information

#6D639E (or 0x6D639E) is unknown color: approx Scampi. HEX triplet: 6D, 63 and 9E. RGB value is (109,99,158). Sum of RGB (Red+Green+Blue) = 109+99+158=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D639E is #929C61. Grayscale: #6C6C6C. Windows color (decimal): -9608290 or 10380141. OLE color: 10380141.

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

Color convert

RGB10999158-
CMYK0.310.3700.38
HSL250.17º23.32%50.39%-
HSV(B)250.17º37.34%61.96%-
XYZ16.9414.6434.28-
YUV108.72155.81128.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=29.78%
G=27.05%
B=43.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109991580.310.3700.38250.1723.3250.39
Hex6D639E1F25026fa1732
Octal15514323637450463722762
Binary11011011100011100111101111110010101001101111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,158); }

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

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

 a { background-color: rgb(109,99,158); }

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

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

 span { border-color: rgb(109,99,158); }

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