#636399

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

Shades of Scampi #636399

Tints of Scampi #636399

Color information

#636399 (or 0x636399) is unknown color: approx Scampi. HEX triplet: 63, 63 and 99. RGB value is (99,99,153). Sum of RGB (Red+Green+Blue) = 99+99+153=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #636399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636399 is #9C9C66. Grayscale: #686868. Windows color (decimal): -10263655 or 10052451. OLE color: 10052451.

HSL color Cylindrical-coordinate representation of color #636399: hue angle of 240º 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 #636399 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9999153-
CMYK0.350.3500.4
HSL240º21.43%49.41%-
HSV(B)240º35.29%60%-
XYZ15.3613.8832.01-
YUV105.16155123.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.21%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=28.21%
G=28.21%
B=43.59%

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
Decimal99991530.350.3500.424021.4349.41
Hex6363992323028f01531
Octal14314323143430503602561
Binary110001111000111001100110001110001101010001111000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636399; }

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

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

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

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

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

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

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

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