#64599B

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

Shades of Scampi #64599B

Tints of Scampi #64599B

Color information

#64599B (or 0x64599B) is unknown color: approx Scampi. HEX triplet: 64, 59 and 9B. RGB value is (100,89,155). Sum of RGB (Red+Green+Blue) = 100+89+155=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #64599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64599B is #9BA664. Grayscale: #636363. Windows color (decimal): -10200677 or 10180964. OLE color: 10180964.

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

Color convert

RGB10089155-
CMYK0.350.4300.39
HSL250º27.05%47.84%-
HSV(B)250º42.58%60.78%-
XYZ14.7412.2232.59-
YUV99.81159.14128.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=29.07%
G=25.87%
B=45.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100891550.350.4300.3925027.0547.84
Hex64599B232B027fa1b30
Octal14413123343530473723360
Binary110010010110011001101110001110101101001111111101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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