#656195

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

Shades of Scampi #656195

Tints of Scampi #656195

Color information

#656195 (or 0x656195) is unknown color: approx Scampi. HEX triplet: 65, 61 and 95. RGB value is (101,97,149). Sum of RGB (Red+Green+Blue) = 101+97+149=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #656195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656195 is #9A9E6A. Grayscale: #676767. Windows color (decimal): -10133099 or 9789797. OLE color: 9789797.

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

Color convert

RGB10197149-
CMYK0.320.3500.42
HSL244.62º21.14%48.24%-
HSV(B)244.62º34.9%58.43%-
XYZ15.0713.4930.24-
YUV104.12153.33125.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=29.11%
G=27.95%
B=42.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101971490.320.3500.42244.6221.1448.24
Hex656195202302Af51530
Octal14514122540430523652560
Binary110010111000011001010110000010001101010101111010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656195; }

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

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

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

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

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

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

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

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