#6A659A

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

Shades of Scampi #6A659A

Tints of Scampi #6A659A

Color information

#6A659A (or 0x6A659A) is unknown color: approx Scampi. HEX triplet: 6A, 65 and 9A. RGB value is (106,101,154). Sum of RGB (Red+Green+Blue) = 106+101+154=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A659A is #959A65. Grayscale: #6C6C6C. Windows color (decimal): -9804390 or 10118506. OLE color: 10118506.

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

Color convert

RGB106101154-
CMYK0.310.3400.40
HSL245.66º20.78%50%-
HSV(B)245.66º34.42%60.39%-
XYZ16.4314.732.54-
YUV108.54153.66126.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=29.36%
G=27.98%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061011540.310.3400.40245.6620.7850
Hex6A659A1F22028f61532
Octal15214523237420503662562
Binary11010101100101100110101111110001001010001111011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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