#633065

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

Shades of Seance #633065

Tints of Seance #633065

Color information

#633065 (or 0x633065) is unknown color: approx Seance. HEX triplet: 63, 30 and 65. RGB value is (99,48,101). Sum of RGB (Red+Green+Blue) = 99+48+101=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #633065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633065 is #9CCF9A. Grayscale: #454545. Windows color (decimal): -10276763 or 6631523. OLE color: 6631523.

HSL color Cylindrical-coordinate representation of color #633065: hue angle of 297.74º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633065 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9948101-
CMYK0.020.5200.60
HSL297.74º35.57%29.22%-
HSV(B)297.74º52.48%39.61%-
XYZ8.555.7112.96-
YUV69.29145.9149.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.92%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=39.92%
G=19.35%
B=40.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99481010.020.5200.60297.7435.5729.22
Hex63306523403C12a241d
Octal143601452640744524435
Binary1100011110000110010110110100011110010010101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633065; }

 p { color: rgb(99,48,101); }

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

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

 a { background-color: rgb(99,48,101); }

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

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

 span { border-color: rgb(99,48,101); }

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