#6A5AA4

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

Shades of Scampi #6A5AA4

Tints of Scampi #6A5AA4

Color information

#6A5AA4 (or 0x6A5AA4) is unknown color: approx Scampi. HEX triplet: 6A, 5A and A4. RGB value is (106,90,164). Sum of RGB (Red+Green+Blue) = 106+90+164=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #6A5AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5AA4 is #95A55B. Grayscale: #666666. Windows color (decimal): -9807196 or 10771050. OLE color: 10771050.

HSL color Cylindrical-coordinate representation of color #6A5AA4: hue angle of 252.97º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A5AA4 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10690164-
CMYK0.350.4500.36
HSL252.97º29.13%49.8%-
HSV(B)252.97º45.12%64.31%-
XYZ16.313.0636.78-
YUV103.22162.3129.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=29.44%
G=25%
B=45.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106901640.350.4500.36252.9729.1349.8
Hex6A5AA4232D024fd1d32
Octal15213224443550443753562
Binary110101010110101010010010001110110101001001111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,90,164); }

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

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

 a { background-color: rgb(106,90,164); }

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

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

 span { border-color: rgb(106,90,164); }

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