#603069

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

Shades of Seance #603069

Tints of Seance #603069

Color information

#603069 (or 0x603069) is unknown color: approx Seance. HEX triplet: 60, 30 and 69. RGB value is (96,48,105). Sum of RGB (Red+Green+Blue) = 96+48+105=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #603069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603069 is #9FCF96. Grayscale: #444444. Windows color (decimal): -10473367 or 6893664. OLE color: 6893664.

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

Color convert

RGB9648105-
CMYK0.090.5400.59
HSL290.53º37.25%30%-
HSV(B)290.53º54.29%41.18%-
XYZ8.435.6214.01-
YUV68.85148.4147.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=38.55%
G=19.28%
B=42.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96481050.090.5400.59290.5337.2530
Hex60306993603B123251e
Octal1406015111660734434536
Binary110000011000011010011001110110011101110010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603069; }

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

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

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

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

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

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

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

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