#635E93

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

Shades of Scampi #635E93

Tints of Scampi #635E93

Color information

#635E93 (or 0x635E93) is unknown color: approx Scampi. HEX triplet: 63, 5E and 93. RGB value is (99,94,147). Sum of RGB (Red+Green+Blue) = 99+94+147=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #635E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635E93 is #9CA16C. Grayscale: #656565. Windows color (decimal): -10264941 or 9657955. OLE color: 9657955.

HSL color Cylindrical-coordinate representation of color #635E93: hue angle of 245.66º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635E93 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9994147-
CMYK0.330.3600.42
HSL245.66º21.99%47.25%-
HSV(B)245.66º36.05%57.65%-
XYZ14.4112.7629.31-
YUV101.54153.66126.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=29.12%
G=27.65%
B=43.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99941470.330.3600.42245.6621.9947.25
Hex635E93212402Af6162f
Octal14313622341440523662657
Binary110001110111101001001110000110010001010101111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635E93; }

 p { color: rgb(99,94,147); }

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

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

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

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

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

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

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