#603662

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

Shades of Seance #603662

Tints of Seance #603662

Color information

#603662 (or 0x603662) is unknown color: approx Seance. HEX triplet: 60, 36 and 62. RGB value is (96,54,98). Sum of RGB (Red+Green+Blue) = 96+54+98=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #603662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603662 is #9FC99D. Grayscale: #474747. Windows color (decimal): -10471838 or 6436448. OLE color: 6436448.

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

Color convert

RGB965498-
CMYK0.020.4500.62
HSL297.27º28.95%29.8%-
HSV(B)297.27º44.9%38.43%-
XYZ8.356.0112.27-
YUV71.57142.91145.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=38.71%
G=21.77%
B=39.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9654980.020.4500.62297.2728.9529.8
Hex60366222D03E1291d1e
Octal140661422550764513536
Binary110000011011011000101010110101111101001010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603662; }

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

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

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

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

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

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

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

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