#66629B

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

Shades of Scampi #66629B

Tints of Scampi #66629B

Color information

#66629B (or 0x66629B) is unknown color: approx Scampi. HEX triplet: 66, 62 and 9B. RGB value is (102,98,155). Sum of RGB (Red+Green+Blue) = 102+98+155=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #66629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66629B is #999D64. Grayscale: #696969. Windows color (decimal): -10067301 or 10183270. OLE color: 10183270.

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

Color convert

RGB10298155-
CMYK0.340.3700.39
HSL244.21º22.53%49.61%-
HSV(B)244.21º36.77%60.78%-
XYZ15.7613.9332.87-
YUV105.69155.83125.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=28.73%
G=27.61%
B=43.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102981550.340.3700.39244.2122.5349.61
Hex66629B2225027f41732
Octal14614223342450473642762
Binary110011011000101001101110001010010101001111111010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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