#636095

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

Shades of Scampi #636095

Tints of Scampi #636095

Color information

#636095 (or 0x636095) is unknown color: approx Scampi. HEX triplet: 63, 60 and 95. RGB value is (99,96,149). Sum of RGB (Red+Green+Blue) = 99+96+149=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #636095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636095 is #9C9F6A. Grayscale: #666666. Windows color (decimal): -10264427 or 9789539. OLE color: 9789539.

HSL color Cylindrical-coordinate representation of color #636095: hue angle of 243.4º 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 #636095 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9996149-
CMYK0.340.3600.42
HSL243.4º21.63%48.04%-
HSV(B)243.4º35.57%58.43%-
XYZ14.7513.1930.2-
YUV102.94153.99125.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=28.78%
G=27.91%
B=43.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99961490.340.3600.42243.421.6348.04
Hex636095222402Af31630
Octal14314022542440523632660
Binary110001111000001001010110001010010001010101111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636095; }

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

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

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

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

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

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

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

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