#65639C

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

Shades of Scampi #65639C

Tints of Scampi #65639C

Color information

#65639C (or 0x65639C) is unknown color: approx Scampi. HEX triplet: 65, 63 and 9C. RGB value is (101,99,156). Sum of RGB (Red+Green+Blue) = 101+99+156=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #65639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65639C is #9A9C63. Grayscale: #696969. Windows color (decimal): -10132580 or 10249061. OLE color: 10249061.

HSL color Cylindrical-coordinate representation of color #65639C: hue angle of 242.11º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65639C is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10199156-
CMYK0.350.3700.39
HSL242.11º22.35%50%-
HSV(B)242.11º36.54%61.18%-
XYZ15.8314.0933.34-
YUV106.1156.16124.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=28.37%
G=27.81%
B=43.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101991560.350.3700.39242.1122.3550
Hex65639C2325027f21632
Octal14514323443450473622662
Binary110010111000111001110010001110010101001111111001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65639C; }

 p { color: rgb(101,99,156); }

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

<style>
 a { background-color: #65639C; }

 a { background-color: rgb(101,99,156); }

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

<style>
 span { border-color: #65639C; }

 span { border-color: rgb(101,99,156); }

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