#6B679C

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

Shades of Scampi #6B679C

Tints of Scampi #6B679C

Color information

#6B679C (or 0x6B679C) is unknown color: approx Scampi. HEX triplet: 6B, 67 and 9C. RGB value is (107,103,156). Sum of RGB (Red+Green+Blue) = 107+103+156=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B679C is #949863. Grayscale: #6E6E6E. Windows color (decimal): -9738340 or 10250091. OLE color: 10250091.

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

Color convert

RGB107103156-
CMYK0.310.3400.39
HSL244.53º21.12%50.78%-
HSV(B)244.53º33.97%61.18%-
XYZ16.9115.2333.5-
YUV110.24153.83125.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=29.23%
G=28.14%
B=42.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071031560.310.3400.39244.5321.1250.78
Hex6B679C1F22027f51533
Octal15314723437420473652563
Binary11010111100111100111001111110001001001111111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,156); }

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

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

 a { background-color: rgb(107,103,156); }

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

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

 span { border-color: rgb(107,103,156); }

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