#635C9E

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

Shades of Scampi #635C9E

Tints of Scampi #635C9E

Color information

#635C9E (or 0x635C9E) is unknown color: approx Scampi. HEX triplet: 63, 5C and 9E. RGB value is (99,92,158). Sum of RGB (Red+Green+Blue) = 99+92+158=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #635C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635C9E is #9CA361. Grayscale: #656565. Windows color (decimal): -10265442 or 10378339. OLE color: 10378339.

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

Color convert

RGB9992158-
CMYK0.370.4200.38
HSL246.36º26.4%49.02%-
HSV(B)246.36º41.77%61.96%-
XYZ15.1412.7834.02-
YUV101.62159.82126.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=28.37%
G=26.36%
B=45.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99921580.370.4200.38246.3626.449.02
Hex635C9E252A026f61a31
Octal14313423645520463663261
Binary110001110111001001111010010110101001001101111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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