#65649D

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

Shades of Scampi #65649D

Tints of Scampi #65649D

Color information

#65649D (or 0x65649D) is unknown color: approx Scampi. HEX triplet: 65, 64 and 9D. RGB value is (101,100,157). Sum of RGB (Red+Green+Blue) = 101+100+157=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #65649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65649D is #9A9B62. Grayscale: #6A6A6A. Windows color (decimal): -10132323 or 10314853. OLE color: 10314853.

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

Color convert

RGB101100157-
CMYK0.360.3600.38
HSL241.05º22.53%50.39%-
HSV(B)241.05º36.31%61.57%-
XYZ16.0114.3233.82-
YUV106.8156.33123.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=28.21%
G=27.93%
B=43.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011001570.360.3600.38241.0522.5350.39
Hex65649D2424026f11732
Octal14514423544440463612762
Binary110010111001001001110110010010010001001101111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65649D; }

 p { color: rgb(101,100,157); }

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

<style>
 a { background-color: #65649D; }

 a { background-color: rgb(101,100,157); }

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

<style>
 span { border-color: #65649D; }

 span { border-color: rgb(101,100,157); }

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