#6F599C

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

Shades of Scampi #6F599C

Tints of Scampi #6F599C

Color information

#6F599C (or 0x6F599C) is unknown color: approx Scampi. HEX triplet: 6F, 59 and 9C. RGB value is (111,89,156). Sum of RGB (Red+Green+Blue) = 111+89+156=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F599C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F599C is #90A663. Grayscale: #666666. Windows color (decimal): -9479780 or 10246511. OLE color: 10246511.

HSL color Cylindrical-coordinate representation of color #6F599C: hue angle of 259.7º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F599C is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11189156-
CMYK0.290.4300.39
HSL259.7º27.35%48.04%-
HSV(B)259.7º42.95%61.18%-
XYZ16.1312.9233.1-
YUV103.22157.79133.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=31.18%
G=25%
B=43.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111891560.290.4300.39259.727.3548.04
Hex6F599C1D2B0271041b30
Octal15713123435530474043360
Binary110111110110011001110011101101011010011110000010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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