#602069

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

Shades of Seance #602069

Tints of Seance #602069

Color information

#602069 (or 0x602069) is unknown color: approx Seance. HEX triplet: 60, 20 and 69. RGB value is (96,32,105). Sum of RGB (Red+Green+Blue) = 96+32+105=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #602069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602069 is #9FDF96. Grayscale: #3B3B3B. Windows color (decimal): -10477463 or 6889568. OLE color: 6889568.

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

Color convert

RGB9632105-
CMYK0.090.7000.59
HSL292.6º53.28%26.86%-
HSV(B)292.6º69.52%41.18%-
XYZ7.894.5413.82-
YUV59.46153.7154.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=41.20%
G=13.73%
B=45.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96321050.090.7000.59292.653.2826.86
Hex60206994603B125351b
Octal14040151111060734456533
Binary1100000100000110100110011000110011101110010010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602069; }

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

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

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

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

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

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

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

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