#66589D

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

Shades of Scampi #66589D

Tints of Scampi #66589D

Color information

#66589D (or 0x66589D) is unknown color: approx Scampi. HEX triplet: 66, 58 and 9D. RGB value is (102,88,157). Sum of RGB (Red+Green+Blue) = 102+88+157=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #66589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66589D is #99A762. Grayscale: #636363. Windows color (decimal): -10069859 or 10311782. OLE color: 10311782.

HSL color Cylindrical-coordinate representation of color #66589D: hue angle of 252.17º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66589D is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10288157-
CMYK0.350.4400.38
HSL252.17º28.16%48.04%-
HSV(B)252.17º43.95%61.57%-
XYZ15.0612.2433.47-
YUV100.05160.14129.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=29.39%
G=25.36%
B=45.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102881570.350.4400.38252.1728.1648.04
Hex66589D232C026fc1c30
Octal14613023543540463743460
Binary110011010110001001110110001110110001001101111110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66589D; }

 p { color: rgb(102,88,157); }

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

<style>
 a { background-color: #66589D; }

 a { background-color: rgb(102,88,157); }

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

<style>
 span { border-color: #66589D; }

 span { border-color: rgb(102,88,157); }

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