#75669F

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

Shades of Scampi #75669F

Tints of Scampi #75669F

Color information

#75669F (or 0x75669F) is unknown color: approx Scampi. HEX triplet: 75, 66 and 9F. RGB value is (117,102,159). Sum of RGB (Red+Green+Blue) = 117+102+159=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #75669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669F is #8A9960. Grayscale: #707070. Windows color (decimal): -9083233 or 10446453. OLE color: 10446453.

HSL color Cylindrical-coordinate representation of color #75669F: hue angle of 255.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75669F is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117102159-
CMYK0.260.3600.38
HSL255.79º22.89%51.18%-
HSV(B)255.79º35.85%62.35%-
XYZ18.3515.7934.88-
YUV112.98153.97130.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.95%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=30.95%
G=26.98%
B=42.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171021590.260.3600.38255.7922.8951.18
Hex75669F1A240261001733
Octal16514623732440464002763
Binary111010111001101001111111010100100010011010000000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75669F; }

 p { color: rgb(117,102,159); }

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

<style>
 a { background-color: #75669F; }

 a { background-color: rgb(117,102,159); }

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

<style>
 span { border-color: #75669F; }

 span { border-color: rgb(117,102,159); }

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