#634462

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

Shades of Seance #634462

Tints of Seance #634462

Color information

#634462 (or 0x634462) is unknown color: approx Seance. HEX triplet: 63, 44 and 62. RGB value is (99,68,98). Sum of RGB (Red+Green+Blue) = 99+68+98=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #634462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634462 is #9CBB9D. Grayscale: #505050. Windows color (decimal): -10271646 or 6440035. OLE color: 6440035.

HSL color Cylindrical-coordinate representation of color #634462: hue angle of 301.94º 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 #634462 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB996898-
CMYK00.310.010.61
HSL301.94º18.56%32.75%-
HSV(B)301.94º31.31%38.82%-
XYZ9.427.6712.54-
YUV80.69137.77141.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=37.36%
G=25.66%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99689800.310.010.61301.9418.5632.75
Hex63446201F13D12e1321
Octal1431041420371754562341
Binary110001110001001100010011111111110110010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634462; }

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

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

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

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

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

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

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

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