#603B61

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

Shades of Seance #603B61

Tints of Seance #603B61

Color information

#603B61 (or 0x603B61) is unknown color: approx Seance. HEX triplet: 60, 3B and 61. RGB value is (96,59,97). Sum of RGB (Red+Green+Blue) = 96+59+97=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #603B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B61 is #9FC49E. Grayscale: #4A4A4A. Windows color (decimal): -10470559 or 6372192. OLE color: 6372192.

HSL color Cylindrical-coordinate representation of color #603B61: hue angle of 298.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #603B61 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB965997-
CMYK0.010.3900.62
HSL298.42º24.36%30.59%-
HSV(B)298.42º39.18%38.04%-
XYZ8.556.4812.11-
YUV74.4140.76143.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=38.10%
G=23.41%
B=38.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9659970.010.3900.62298.4224.3630.59
Hex603B6112703E12a181f
Octal140731411470764523037
Binary11000001110111100001110011101111101001010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B61; }

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

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

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

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

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

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

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

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