#6A6991

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

Shades of Scampi #6A6991

Tints of Scampi #6A6991

Color information

#6A6991 (or 0x6A6991) is unknown color: approx Scampi. HEX triplet: 6A, 69 and 91. RGB value is (106,105,145). Sum of RGB (Red+Green+Blue) = 106+105+145=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A6991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6991 is #95966E. Grayscale: #6D6D6D. Windows color (decimal): -9803375 or 9529706. OLE color: 9529706.

HSL color Cylindrical-coordinate representation of color #6A6991: hue angle of 241.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A6991 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB106105145-
CMYK0.270.2800.43
HSL241.5º16%49.02%-
HSV(B)241.5º27.59%56.86%-
XYZ16.1115.2128.88-
YUV109.86147.83125.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.78%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 145 (57.03% from 255) = 40.73%
R=29.78%
G=29.49%
B=40.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061051450.270.2800.43241.51649.02
Hex6A69911B1C02Bf21031
Octal15215122133340533622061
Binary1101010110100110010001110111110001010111111001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,145); }

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

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

 a { background-color: rgb(106,105,145); }

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

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

 span { border-color: rgb(106,105,145); }

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