#603568

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

Shades of Seance #603568

Tints of Seance #603568

Color information

#603568 (or 0x603568) is unknown color: approx Seance. HEX triplet: 60, 35 and 68. RGB value is (96,53,104). Sum of RGB (Red+Green+Blue) = 96+53+104=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #603568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603568 is #9FCA97. Grayscale: #474747. Windows color (decimal): -10472088 or 6829408. OLE color: 6829408.

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

Color convert

RGB9653104-
CMYK0.080.4900.59
HSL290.59º32.48%30.78%-
HSV(B)290.59º49.04%40.78%-
XYZ8.66.0313.81-
YUV71.67146.25145.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=37.94%
G=20.95%
B=41.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96531040.080.4900.59290.5932.4830.78
Hex60356883103B123201f
Octal1406515010610734434037
Binary110000011010111010001000110001011101110010001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603568; }

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

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

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

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

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

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

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

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