#656095

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

Shades of Scampi #656095

Tints of Scampi #656095

Color information

#656095 (or 0x656095) is unknown color: approx Scampi. HEX triplet: 65, 60 and 95. RGB value is (101,96,149). Sum of RGB (Red+Green+Blue) = 101+96+149=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #656095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656095 is #9A9F6A. Grayscale: #676767. Windows color (decimal): -10133355 or 9789541. OLE color: 9789541.

HSL color Cylindrical-coordinate representation of color #656095: hue angle of 245.66º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656095 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10196149-
CMYK0.320.3600.42
HSL245.66º21.63%48.04%-
HSV(B)245.66º35.57%58.43%-
XYZ14.9713.330.21-
YUV103.54153.66126.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=29.19%
G=27.75%
B=43.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101961490.320.3600.42245.6621.6348.04
Hex656095202402Af61630
Octal14514022540440523662660
Binary110010111000001001010110000010010001010101111011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656095; }

 p { color: rgb(101,96,149); }

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

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

 a { background-color: rgb(101,96,149); }

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

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

 span { border-color: rgb(101,96,149); }

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