#6F59A5

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

Shades of Scampi #6F59A5

Tints of Scampi #6F59A5

Color information

#6F59A5 (or 0x6F59A5) is unknown color: approx Scampi. HEX triplet: 6F, 59 and A5. RGB value is (111,89,165). Sum of RGB (Red+Green+Blue) = 111+89+165=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #6F59A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F59A5 is #90A65A. Grayscale: #676767. Windows color (decimal): -9479771 or 10836335. OLE color: 10836335.

HSL color Cylindrical-coordinate representation of color #6F59A5: hue angle of 257.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F59A5 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11189165-
CMYK0.330.4600.35
HSL257.37º29.92%49.8%-
HSV(B)257.37º46.06%64.71%-
XYZ16.9213.2437.26-
YUV104.24162.29132.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 165 (64.84% from 255) = 45.21%
R=30.41%
G=24.38%
B=45.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111891650.330.4600.35257.3729.9249.8
Hex6F59A5212E0231011e32
Octal15713124541560434013662
Binary1101111101100110100101100001101110010001110000000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,89,165); }

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

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

 a { background-color: rgb(111,89,165); }

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

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

 span { border-color: rgb(111,89,165); }

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