#64669B

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

Shades of Scampi #64669B

Tints of Scampi #64669B

Color information

#64669B (or 0x64669B) is unknown color: approx Scampi. HEX triplet: 64, 66 and 9B. RGB value is (100,102,155). Sum of RGB (Red+Green+Blue) = 100+102+155=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #64669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64669B is #9B9964. Grayscale: #6B6B6B. Windows color (decimal): -10197349 or 10184292. OLE color: 10184292.

HSL color Cylindrical-coordinate representation of color #64669B: hue angle of 237.82º degrees, saturation: 0.22, 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 #64669B is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100102155-
CMYK0.350.3400.39
HSL237.82º21.57%50%-
HSV(B)237.82º35.48%60.78%-
XYZ15.9214.5832.99-
YUV107.44154.84122.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=28.01%
G=28.57%
B=43.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001021550.350.3400.39237.8221.5750
Hex64669B2322027ee1632
Octal14414623343420473562662
Binary110010011001101001101110001110001001001111110111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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