#66669B

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

Shades of Scampi #66669B

Tints of Scampi #66669B

Color information

#66669B (or 0x66669B) is unknown color: approx Scampi. HEX triplet: 66, 66 and 9B. RGB value is (102,102,155). Sum of RGB (Red+Green+Blue) = 102+102+155=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #66669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66669B is #999964. Grayscale: #6B6B6B. Windows color (decimal): -10066277 or 10184294. OLE color: 10184294.

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

Color convert

RGB102102155-
CMYK0.340.3400.39
HSL240º20.95%50.39%-
HSV(B)240º34.19%60.78%-
XYZ16.1514.6933-
YUV108.04154.5123.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=28.41%
G=28.41%
B=43.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021021550.340.3400.3924020.9550.39
Hex66669B2222027f01532
Octal14614623342420473602562
Binary110011011001101001101110001010001001001111111000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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