#66659B

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

Shades of Scampi #66659B

Tints of Scampi #66659B

Color information

#66659B (or 0x66659B) is unknown color: approx Scampi. HEX triplet: 66, 65 and 9B. RGB value is (102,101,155). Sum of RGB (Red+Green+Blue) = 102+101+155=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #66659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66659B is #999A64. Grayscale: #6B6B6B. Windows color (decimal): -10066533 or 10184038. OLE color: 10184038.

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

Color convert

RGB102101155-
CMYK0.340.3500.39
HSL241.11º21.26%50.2%-
HSV(B)241.11º34.84%60.78%-
XYZ16.0514.532.96-
YUV107.46154.83124.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=28.49%
G=28.21%
B=43.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021011550.340.3500.39241.1121.2650.2
Hex66659B2223027f11532
Octal14614523342430473612562
Binary110011011001011001101110001010001101001111111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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