#65599F

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

Shades of Scampi #65599F

Tints of Scampi #65599F

Color information

#65599F (or 0x65599F) is unknown color: approx Scampi. HEX triplet: 65, 59 and 9F. RGB value is (101,89,159). Sum of RGB (Red+Green+Blue) = 101+89+159=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #65599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65599F is #9AA660. Grayscale: #646464. Windows color (decimal): -10135137 or 10443109. OLE color: 10443109.

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

Color convert

RGB10189159-
CMYK0.360.4400.38
HSL250.29º28.23%48.63%-
HSV(B)250.29º44.03%62.35%-
XYZ15.212.4134.4-
YUV100.57160.98128.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.94%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=28.94%
G=25.50%
B=45.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101891590.360.4400.38250.2928.2348.63
Hex65599F242C026fa1c31
Octal14513123744540463723461
Binary110010110110011001111110010010110001001101111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,89,159); }

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

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

 a { background-color: rgb(101,89,159); }

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

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

 span { border-color: rgb(101,89,159); }

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