#636196

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

Shades of Scampi #636196

Tints of Scampi #636196

Color information

#636196 (or 0x636196) is unknown color: approx Scampi. HEX triplet: 63, 61 and 96. RGB value is (99,97,150). Sum of RGB (Red+Green+Blue) = 99+97+150=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #636196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636196 is #9C9E69. Grayscale: #676767. Windows color (decimal): -10264170 or 9855331. OLE color: 9855331.

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

Color convert

RGB9997150-
CMYK0.340.3500.41
HSL242.26º21.46%48.43%-
HSV(B)242.26º35.33%58.82%-
XYZ14.9313.430.65-
YUV103.64154.16124.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=28.61%
G=28.03%
B=43.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99971500.340.3500.41242.2621.4648.43
Hex6361962223029f21530
Octal14314122642430513622560
Binary110001111000011001011010001010001101010011111001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636196; }

 p { color: rgb(99,97,150); }

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

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

 a { background-color: rgb(99,97,150); }

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

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

 span { border-color: rgb(99,97,150); }

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