#66669E

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

Shades of Scampi #66669E

Tints of Scampi #66669E

Color information

#66669E (or 0x66669E) is unknown color: approx Scampi. HEX triplet: 66, 66 and 9E. RGB value is (102,102,158). Sum of RGB (Red+Green+Blue) = 102+102+158=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #66669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66669E is #999961. Grayscale: #6C6C6C. Windows color (decimal): -10066274 or 10380902. OLE color: 10380902.

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

Color convert

RGB102102158-
CMYK0.350.3500.38
HSL240º22.4%50.98%-
HSV(B)240º35.44%61.96%-
XYZ16.414.834.34-
YUV108.38156123.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=28.18%
G=28.18%
B=43.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021021580.350.3500.3824022.450.98
Hex66669E2323026f01633
Octal14614623643430463602663
Binary110011011001101001111010001110001101001101111000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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