#635C9C

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

Shades of Scampi #635C9C

Tints of Scampi #635C9C

Color information

#635C9C (or 0x635C9C) is unknown color: approx Scampi. HEX triplet: 63, 5C and 9C. RGB value is (99,92,156). Sum of RGB (Red+Green+Blue) = 99+92+156=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #635C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C9C is #9CA363. Grayscale: #656565. Windows color (decimal): -10265444 or 10247267. OLE color: 10247267.

HSL color Cylindrical-coordinate representation of color #635C9C: hue angle of 246.56º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #635C9C is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9992156-
CMYK0.370.4100.39
HSL246.56º25.81%48.63%-
HSV(B)246.56º41.03%61.18%-
XYZ14.9712.7133.12-
YUV101.39158.82126.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=28.53%
G=26.51%
B=44.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99921560.370.4100.39246.5625.8148.63
Hex635C9C2529027f71a31
Octal14313423445510473673261
Binary110001110111001001110010010110100101001111111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,156); }

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

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

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

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

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

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

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