#634460

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

Shades of Seance #634460

Tints of Seance #634460

Color information

#634460 (or 0x634460) is unknown color: approx Seance. HEX triplet: 63, 44 and 60. RGB value is (99,68,96). Sum of RGB (Red+Green+Blue) = 99+68+96=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #634460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634460 is #9CBB9F. Grayscale: #505050. Windows color (decimal): -10271648 or 6308963. OLE color: 6308963.

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

Color convert

RGB996896-
CMYK00.310.030.61
HSL305.81º18.56%32.75%-
HSV(B)305.81º31.31%38.82%-
XYZ9.327.6312.05-
YUV80.46136.77141.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=37.64%
G=25.86%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99689600.310.030.61305.8118.5632.75
Hex63446001F33D1321321
Octal1431041400373754622341
Binary1100011100010011000000111111111110110011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634460; }

 p { color: rgb(99,68,96); }

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

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

 a { background-color: rgb(99,68,96); }

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

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

 span { border-color: rgb(99,68,96); }

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