#603461

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

Shades of Seance #603461

Tints of Seance #603461

Color information

#603461 (or 0x603461) is unknown color: approx Seance. HEX triplet: 60, 34 and 61. RGB value is (96,52,97). Sum of RGB (Red+Green+Blue) = 96+52+97=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #603461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603461 is #9FCB9E. Grayscale: #464646. Windows color (decimal): -10472351 or 6370400. OLE color: 6370400.

HSL color Cylindrical-coordinate representation of color #603461: hue angle of 298.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603461 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB965297-
CMYK0.010.4600.62
HSL298.67º30.2%29.22%-
HSV(B)298.67º46.39%38.04%-
XYZ8.215.8112-
YUV70.29143.08146.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=39.18%
G=21.22%
B=39.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9652970.010.4600.62298.6730.229.22
Hex60346112E03E12b1e1d
Octal140641411560764533635
Binary11000001101001100001110111001111101001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603461; }

 p { color: rgb(96,52,97); }

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

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

 a { background-color: rgb(96,52,97); }

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

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

 span { border-color: rgb(96,52,97); }

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