#603262

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

Shades of Seance #603262

Tints of Seance #603262

Color information

#603262 (or 0x603262) is unknown color: approx Seance. HEX triplet: 60, 32 and 62. RGB value is (96,50,98). Sum of RGB (Red+Green+Blue) = 96+50+98=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #603262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603262 is #9FCD9D. Grayscale: #454545. Windows color (decimal): -10472862 or 6435424. OLE color: 6435424.

HSL color Cylindrical-coordinate representation of color #603262: hue angle of 297.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603262 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB965098-
CMYK0.020.4900.62
HSL297.5º32.43%29.02%-
HSV(B)297.5º48.98%38.43%-
XYZ8.175.6512.22-
YUV69.23144.24147.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=39.34%
G=20.49%
B=40.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9650980.020.4900.62297.532.4329.02
Hex60326223103E12a201d
Octal140621422610764524035
Binary1100000110010110001010110001011111010010101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603262; }

 p { color: rgb(96,50,98); }

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

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

 a { background-color: rgb(96,50,98); }

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

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

 span { border-color: rgb(96,50,98); }

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