#75669B

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

Shades of Scampi #75669B

Tints of Scampi #75669B

Color information

#75669B (or 0x75669B) is unknown color: approx Scampi. HEX triplet: 75, 66 and 9B. RGB value is (117,102,155). Sum of RGB (Red+Green+Blue) = 117+102+155=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #75669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669B is #8A9964. Grayscale: #707070. Windows color (decimal): -9083237 or 10184309. OLE color: 10184309.

HSL color Cylindrical-coordinate representation of color #75669B: hue angle of 256.98º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75669B is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117102155-
CMYK0.250.3400.39
HSL256.98º20.95%50.39%-
HSV(B)256.98º34.19%60.78%-
XYZ1815.6533.08-
YUV112.53151.97131.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=31.28%
G=27.27%
B=41.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171021550.250.3400.39256.9820.9550.39
Hex75669B19220271011532
Octal16514623331420474012562
Binary111010111001101001101111001100010010011110000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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