#66689F

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

Shades of Scampi #66689F

Tints of Scampi #66689F

Color information

#66689F (or 0x66689F) is unknown color: approx Scampi. HEX triplet: 66, 68 and 9F. RGB value is (102,104,159). Sum of RGB (Red+Green+Blue) = 102+104+159=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #66689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66689F is #999760. Grayscale: #6D6D6D. Windows color (decimal): -10065761 or 10446950. OLE color: 10446950.

HSL color Cylindrical-coordinate representation of color #66689F: hue angle of 237.89º 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 #66689F is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102104159-
CMYK0.360.3500.38
HSL237.89º22.89%51.18%-
HSV(B)237.89º35.85%62.35%-
XYZ16.6915.2334.86-
YUV109.67155.84122.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=27.95%
G=28.49%
B=43.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021041590.360.3500.38237.8922.8951.18
Hex66689F2423026ee1733
Octal14615023744430463562763
Binary110011011010001001111110010010001101001101110111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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