#6B639E

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

Shades of Scampi #6B639E

Tints of Scampi #6B639E

Color information

#6B639E (or 0x6B639E) is unknown color: approx Scampi. HEX triplet: 6B, 63 and 9E. RGB value is (107,99,158). Sum of RGB (Red+Green+Blue) = 107+99+158=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B639E is #949C61. Grayscale: #6B6B6B. Windows color (decimal): -9739362 or 10380139. OLE color: 10380139.

HSL color Cylindrical-coordinate representation of color #6B639E: hue angle of 248.14º 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 #6B639E is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10799158-
CMYK0.320.3700.38
HSL248.14º23.32%50.39%-
HSV(B)248.14º37.34%61.96%-
XYZ16.714.5234.27-
YUV108.12156.15127.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=29.40%
G=27.20%
B=43.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107991580.320.3700.38248.1423.3250.39
Hex6B639E2025026f81732
Octal15314323640450463702762
Binary110101111000111001111010000010010101001101111100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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