#603062

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

Shades of Seance #603062

Tints of Seance #603062

Color information

#603062 (or 0x603062) is unknown color: approx Seance. HEX triplet: 60, 30 and 62. RGB value is (96,48,98). Sum of RGB (Red+Green+Blue) = 96+48+98=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #603062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603062 is #9FCF9D. Grayscale: #434343. Windows color (decimal): -10473374 or 6434912. OLE color: 6434912.

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

Color convert

RGB964898-
CMYK0.020.5100.62
HSL297.6º34.25%28.63%-
HSV(B)297.6º51.02%38.43%-
XYZ8.095.4812.19-
YUV68.05144.9147.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=39.67%
G=19.83%
B=40.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9648980.020.5100.62297.634.2528.63
Hex60306223303E12a221d
Octal140601422630764524235
Binary1100000110000110001010110011011111010010101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603062; }

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

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

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

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

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

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

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

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