#634261

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

Shades of Seance #634261

Tints of Seance #634261

Color information

#634261 (or 0x634261) is unknown color: approx Seance. HEX triplet: 63, 42 and 61. RGB value is (99,66,97). Sum of RGB (Red+Green+Blue) = 99+66+97=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #634261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634261 is #9CBD9E. Grayscale: #4F4F4F. Windows color (decimal): -10272159 or 6373987. OLE color: 6373987.

HSL color Cylindrical-coordinate representation of color #634261: hue angle of 303.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #634261 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB996697-
CMYK00.330.020.61
HSL303.64º20%32.35%-
HSV(B)303.64º33.33%38.82%-
XYZ9.257.4112.25-
YUV79.4137.93141.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=37.79%
G=25.19%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99669700.330.020.61303.642032.35
Hex63426102123D1301420
Octal1431021410412754602440
Binary11000111000010110000101000011011110110011000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634261; }

 p { color: rgb(99,66,97); }

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

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

 a { background-color: rgb(99,66,97); }

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

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

 span { border-color: rgb(99,66,97); }

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