#636099

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

Shades of Scampi #636099

Tints of Scampi #636099

Color information

#636099 (or 0x636099) is unknown color: approx Scampi. HEX triplet: 63, 60 and 99. RGB value is (99,96,153). Sum of RGB (Red+Green+Blue) = 99+96+153=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #636099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636099 is #9C9F66. Grayscale: #676767. Windows color (decimal): -10264423 or 10051683. OLE color: 10051683.

HSL color Cylindrical-coordinate representation of color #636099: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #636099 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9996153-
CMYK0.350.3700.4
HSL243.16º22.89%48.82%-
HSV(B)243.16º37.25%60%-
XYZ15.0813.3231.91-
YUV103.4155.99124.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=28.45%
G=27.59%
B=43.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99961530.350.3700.4243.1622.8948.82
Hex6360992325028f31731
Octal14314023143450503632761
Binary110001111000001001100110001110010101010001111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636099; }

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

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

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

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

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

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

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

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