#636499

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

Shades of Scampi #636499

Tints of Scampi #636499

Color information

#636499 (or 0x636499) is unknown color: approx Scampi. HEX triplet: 63, 64 and 99. RGB value is (99,100,153). Sum of RGB (Red+Green+Blue) = 99+100+153=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #636499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636499 is #9C9B66. Grayscale: #696969. Windows color (decimal): -10263399 or 10052707. OLE color: 10052707.

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

Color convert

RGB99100153-
CMYK0.350.3500.4
HSL238.89º21.43%49.41%-
HSV(B)238.89º35.29%60%-
XYZ15.4514.0732.04-
YUV105.74154.67123.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.12%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=28.12%
G=28.41%
B=43.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991001530.350.3500.4238.8921.4349.41
Hex6364992323028ef1531
Octal14314423143430503572561
Binary110001111001001001100110001110001101010001110111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636499; }

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

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

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

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

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

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

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

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