#603261

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

Shades of Seance #603261

Tints of Seance #603261

Color information

#603261 (or 0x603261) is unknown color: approx Seance. HEX triplet: 60, 32 and 61. RGB value is (96,50,97). Sum of RGB (Red+Green+Blue) = 96+50+97=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #603261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603261 is #9FCD9E. Grayscale: #444444. Windows color (decimal): -10472863 or 6369888. OLE color: 6369888.

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

Color convert

RGB965097-
CMYK0.010.4800.62
HSL298.72º31.97%28.82%-
HSV(B)298.72º48.45%38.04%-
XYZ8.125.6311.97-
YUV69.11143.74147.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=39.51%
G=20.58%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9650970.010.4800.62298.7231.9728.82
Hex60326113003E12b201d
Octal140621411600764534035
Binary110000011001011000011110000011111010010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603261; }

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

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

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

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

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

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

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

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