#635A99

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

Shades of Scampi #635A99

Tints of Scampi #635A99

Color information

#635A99 (or 0x635A99) is unknown color: approx Scampi. HEX triplet: 63, 5A and 99. RGB value is (99,90,153). Sum of RGB (Red+Green+Blue) = 99+90+153=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #635A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A99 is #9CA566. Grayscale: #636363. Windows color (decimal): -10265959 or 10050147. OLE color: 10050147.

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

Color convert

RGB9990153-
CMYK0.350.4100.4
HSL248.57º25.93%47.65%-
HSV(B)248.57º41.18%60%-
XYZ14.5512.2631.74-
YUV99.87157.98127.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=28.95%
G=26.32%
B=44.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99901530.350.4100.4248.5725.9347.65
Hex635A992329028f91a30
Octal14313223143510503713260
Binary110001110110101001100110001110100101010001111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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