#66639F

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

Shades of Scampi #66639F

Tints of Scampi #66639F

Color information

#66639F (or 0x66639F) is unknown color: approx Scampi. HEX triplet: 66, 63 and 9F. RGB value is (102,99,159). Sum of RGB (Red+Green+Blue) = 102+99+159=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #66639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66639F is #999C60. Grayscale: #6A6A6A. Windows color (decimal): -10067041 or 10445670. OLE color: 10445670.

HSL color Cylindrical-coordinate representation of color #66639F: hue angle of 243º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66639F is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10299159-
CMYK0.360.3800.38
HSL243º23.81%50.59%-
HSV(B)243º37.74%62.35%-
XYZ16.214.2534.7-
YUV106.74157.49124.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.33%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=28.33%
G=27.5%
B=44.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102991590.360.3800.3824323.8150.59
Hex66639F2426026f31833
Octal14614323744460463633063
Binary110011011000111001111110010010011001001101111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66639F; }

 p { color: rgb(102,99,159); }

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

<style>
 a { background-color: #66639F; }

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

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

<style>
 span { border-color: #66639F; }

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

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