#75699E

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

Shades of Scampi #75699E

Tints of Scampi #75699E

Color information

#75699E (or 0x75699E) is unknown color: approx Scampi. HEX triplet: 75, 69 and 9E. RGB value is (117,105,158). Sum of RGB (Red+Green+Blue) = 117+105+158=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #75699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75699E is #8A9661. Grayscale: #727272. Windows color (decimal): -9082466 or 10381685. OLE color: 10381685.

HSL color Cylindrical-coordinate representation of color #75699E: hue angle of 253.58º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75699E is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117105158-
CMYK0.260.3400.38
HSL253.58º21.46%51.57%-
HSV(B)253.58º33.54%61.96%-
XYZ18.5616.3534.53-
YUV114.63152.48129.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=30.79%
G=27.63%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171051580.260.3400.38253.5821.4651.57
Hex75699E1A22026fe1534
Octal16515123632420463762564
Binary11101011101001100111101101010001001001101111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75699E; }

 p { color: rgb(117,105,158); }

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

<style>
 a { background-color: #75699E; }

 a { background-color: rgb(117,105,158); }

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

<style>
 span { border-color: #75699E; }

 span { border-color: rgb(117,105,158); }

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