#6F6AAA

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

Shades of Scampi #6F6AAA

Tints of Scampi #6F6AAA

Color information

#6F6AAA (or 0x6F6AAA) is unknown color: approx Scampi. HEX triplet: 6F, 6A and AA. RGB value is (111,106,170). Sum of RGB (Red+Green+Blue) = 111+106+170=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6AAA is #909555. Grayscale: #727272. Windows color (decimal): -9475414 or 11168367. OLE color: 11168367.

HSL color Cylindrical-coordinate representation of color #6F6AAA: hue angle of 244.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6AAA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB111106170-
CMYK0.350.3800.33
HSL244.69º27.35%54.12%-
HSV(B)244.69º37.65%66.67%-
XYZ18.9716.5940.23-
YUV114.79159.16125.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=28.68%
G=27.39%
B=43.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111061700.350.3800.33244.6927.3554.12
Hex6F6AAA2326021f51b36
Octal15715225243460413653366
Binary110111111010101010101010001110011001000011111010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,170); }

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

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

 a { background-color: rgb(111,106,170); }

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

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

 span { border-color: rgb(111,106,170); }

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