#633469

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

Shades of Seance #633469

Tints of Seance #633469

Color information

#633469 (or 0x633469) is unknown color: approx Seance. HEX triplet: 63, 34 and 69. RGB value is (99,52,105). Sum of RGB (Red+Green+Blue) = 99+52+105=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #633469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633469 is #9CCB96. Grayscale: #474747. Windows color (decimal): -10275735 or 6894691. OLE color: 6894691.

HSL color Cylindrical-coordinate representation of color #633469: hue angle of 293.21º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #633469 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9952105-
CMYK0.060.5000.59
HSL293.21º33.76%30.78%-
HSV(B)293.21º50.48%41.18%-
XYZ8.926.1314.08-
YUV72.1146.57147.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=38.67%
G=20.31%
B=41.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal99521050.060.5000.59293.2133.7630.78
Hex63346963203B125221f
Octal143641516620734454237
Binary11000111101001101001110110010011101110010010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633469; }

 p { color: rgb(99,52,105); }

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

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

 a { background-color: rgb(99,52,105); }

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

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

 span { border-color: rgb(99,52,105); }

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