#6D639F

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

Shades of Scampi #6D639F

Tints of Scampi #6D639F

Color information

#6D639F (or 0x6D639F) is unknown color: approx Scampi. HEX triplet: 6D, 63 and 9F. RGB value is (109,99,159). Sum of RGB (Red+Green+Blue) = 109+99+159=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D639F is #929C60. Grayscale: #6C6C6C. Windows color (decimal): -9608289 or 10445677. OLE color: 10445677.

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

Color convert

RGB10999159-
CMYK0.310.3800.38
HSL250º23.81%50.59%-
HSV(B)250º37.74%62.35%-
XYZ17.0314.6834.74-
YUV108.83156.31128.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=29.70%
G=26.98%
B=43.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109991590.310.3800.3825023.8150.59
Hex6D639F1F26026fa1833
Octal15514323737460463723063
Binary11011011100011100111111111110011001001101111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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