#6A6993

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

Shades of Scampi #6A6993

Tints of Scampi #6A6993

Color information

#6A6993 (or 0x6A6993) is unknown color: approx Scampi. HEX triplet: 6A, 69 and 93. RGB value is (106,105,147). Sum of RGB (Red+Green+Blue) = 106+105+147=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6993 is #95966C. Grayscale: #6D6D6D. Windows color (decimal): -9803373 or 9660778. OLE color: 9660778.

HSL color Cylindrical-coordinate representation of color #6A6993: hue angle of 241.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A6993 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB106105147-
CMYK0.280.2900.42
HSL241.43º16.67%49.41%-
HSV(B)241.43º28.57%57.65%-
XYZ16.2615.2729.69-
YUV110.09148.83125.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.61%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=29.61%
G=29.33%
B=41.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061051470.280.2900.42241.4316.6749.41
Hex6A69931C1D02Af11131
Octal15215122334350523612161
Binary1101010110100110010011111001110101010101111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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