#6A659C

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

Shades of Scampi #6A659C

Tints of Scampi #6A659C

Color information

#6A659C (or 0x6A659C) is unknown color: approx Scampi. HEX triplet: 6A, 65 and 9C. RGB value is (106,101,156). Sum of RGB (Red+Green+Blue) = 106+101+156=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A659C is #959A63. Grayscale: #6C6C6C. Windows color (decimal): -9804388 or 10249578. OLE color: 10249578.

HSL color Cylindrical-coordinate representation of color #6A659C: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A659C is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB106101156-
CMYK0.320.3500.39
HSL245.45º21.74%50.39%-
HSV(B)245.45º35.26%61.18%-
XYZ16.614.7733.43-
YUV108.76154.66126.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=29.20%
G=27.82%
B=42.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1061011560.320.3500.39245.4521.7450.39
Hex6A659C2023027f51632
Octal15214523440430473652662
Binary110101011001011001110010000010001101001111111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,156); }

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

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

 a { background-color: rgb(106,101,156); }

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

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

 span { border-color: rgb(106,101,156); }

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