#66689E

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

Shades of Scampi #66689E

Tints of Scampi #66689E

Color information

#66689E (or 0x66689E) is unknown color: approx Scampi. HEX triplet: 66, 68 and 9E. RGB value is (102,104,158). Sum of RGB (Red+Green+Blue) = 102+104+158=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #66689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66689E is #999761. Grayscale: #6D6D6D. Windows color (decimal): -10065762 or 10381414. OLE color: 10381414.

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

Color convert

RGB102104158-
CMYK0.350.3400.38
HSL237.86º22.4%50.98%-
HSV(B)237.86º35.44%61.96%-
XYZ16.615.1934.41-
YUV109.56155.34122.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=28.02%
G=28.57%
B=43.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021041580.350.3400.38237.8622.450.98
Hex66689E2322026ee1633
Octal14615023643420463562663
Binary110011011010001001111010001110001001001101110111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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