#635999

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

Shades of Scampi #635999

Tints of Scampi #635999

Color information

#635999 (or 0x635999) is unknown color: approx Scampi. HEX triplet: 63, 59 and 99. RGB value is (99,89,153). Sum of RGB (Red+Green+Blue) = 99+89+153=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #635999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635999 is #9CA666. Grayscale: #636363. Windows color (decimal): -10266215 or 10049891. OLE color: 10049891.

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

Color convert

RGB9989153-
CMYK0.350.4200.4
HSL249.38º26.45%47.45%-
HSV(B)249.38º41.83%60%-
XYZ14.4712.131.71-
YUV99.29158.31127.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=29.03%
G=26.10%
B=44.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99891530.350.4200.4249.3826.4547.45
Hex635999232A028f91a2f
Octal14313123143520503713257
Binary110001110110011001100110001110101001010001111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635999; }

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

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

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

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

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

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

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

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