#602369

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

Shades of Seance #602369

Tints of Seance #602369

Color information

#602369 (or 0x602369) is unknown color: approx Seance. HEX triplet: 60, 23 and 69. RGB value is (96,35,105). Sum of RGB (Red+Green+Blue) = 96+35+105=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #602369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602369 is #9FDC96. Grayscale: #3D3D3D. Windows color (decimal): -10476695 or 6890336. OLE color: 6890336.

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

Color convert

RGB9635105-
CMYK0.090.6700.59
HSL292.29º50%27.45%-
HSV(B)292.29º66.67%41.18%-
XYZ7.974.7113.85-
YUV61.22152.71152.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=40.68%
G=14.83%
B=44.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96351050.090.6700.59292.295027.45
Hex60236994303B124321b
Octal14043151111030734446233
Binary1100000100011110100110011000011011101110010010011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602369; }

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

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

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

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

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

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

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

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