#66699C

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

Shades of Scampi #66699C

Tints of Scampi #66699C

Color information

#66699C (or 0x66699C) is unknown color: approx Scampi. HEX triplet: 66, 69 and 9C. RGB value is (102,105,156). Sum of RGB (Red+Green+Blue) = 102+105+156=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #66699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66699C is #999663. Grayscale: #6D6D6D. Windows color (decimal): -10065508 or 10250598. OLE color: 10250598.

HSL color Cylindrical-coordinate representation of color #66699C: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66699C is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102105156-
CMYK0.350.3300.39
HSL236.67º21.43%50.59%-
HSV(B)236.67º34.62%61.18%-
XYZ16.5315.3333.54-
YUV109.92154.01122.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=28.10%
G=28.93%
B=42.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021051560.350.3300.39236.6721.4350.59
Hex66699C2321027ed1533
Octal14615123443410473552563
Binary110011011010011001110010001110000101001111110110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66699C; }

 p { color: rgb(102,105,156); }

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

<style>
 a { background-color: #66699C; }

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

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

<style>
 span { border-color: #66699C; }

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

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