#603668

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

Shades of Seance #603668

Tints of Seance #603668

Color information

#603668 (or 0x603668) is unknown color: approx Seance. HEX triplet: 60, 36 and 68. RGB value is (96,54,104). Sum of RGB (Red+Green+Blue) = 96+54+104=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #603668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603668 is #9FC997. Grayscale: #484848. Windows color (decimal): -10471832 or 6829664. OLE color: 6829664.

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

Color convert

RGB9654104-
CMYK0.080.4800.59
HSL290.4º31.65%30.98%-
HSV(B)290.4º48.08%40.78%-
XYZ8.646.1213.82-
YUV72.26145.91144.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=37.80%
G=21.26%
B=40.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96541040.080.4800.59290.431.6530.98
Hex60366883003B122201f
Octal1406615010600734424037
Binary110000011011011010001000110000011101110010001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603668; }

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

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

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

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

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

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

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

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