#602368

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

Shades of Seance #602368

Tints of Seance #602368

Color information

#602368 (or 0x602368) is unknown color: approx Seance. HEX triplet: 60, 23 and 68. RGB value is (96,35,104). Sum of RGB (Red+Green+Blue) = 96+35+104=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #602368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602368 is #9FDC97. Grayscale: #3C3C3C. Windows color (decimal): -10476696 or 6824800. OLE color: 6824800.

HSL color Cylindrical-coordinate representation of color #602368: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602368 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9635104-
CMYK0.080.6600.59
HSL293.04º49.64%27.25%-
HSV(B)293.04º66.35%40.78%-
XYZ7.924.6913.58-
YUV61.1152.21152.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 104 (41.02% from 255) = 44.26%
R=40.85%
G=14.89%
B=44.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96351040.080.6600.59293.0449.6427.25
Hex60236884203B125321b
Octal14043150101020734456233
Binary1100000100011110100010001000010011101110010010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602368; }

 p { color: rgb(96,35,104); }

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

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

 a { background-color: rgb(96,35,104); }

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

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

 span { border-color: rgb(96,35,104); }

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