#603766

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

Shades of Seance #603766

Tints of Seance #603766

Color information

#603766 (or 0x603766) is unknown color: approx Seance. HEX triplet: 60, 37 and 66. RGB value is (96,55,102). Sum of RGB (Red+Green+Blue) = 96+55+102=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #603766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603766 is #9FC899. Grayscale: #484848. Windows color (decimal): -10471578 or 6698848. OLE color: 6698848.

HSL color Cylindrical-coordinate representation of color #603766: hue angle of 292.34º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603766 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9655102-
CMYK0.060.4600.6
HSL292.34º29.94%30.78%-
HSV(B)292.34º46.08%40%-
XYZ8.596.1813.31-
YUV72.62144.58144.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=37.94%
G=21.74%
B=40.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96551020.060.4600.6292.3429.9430.78
Hex60376662E03C1241e1f
Octal140671466560744443637
Binary1100000110111110011011010111001111001001001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603766; }

 p { color: rgb(96,55,102); }

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

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

 a { background-color: rgb(96,55,102); }

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

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

 span { border-color: rgb(96,55,102); }

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