#603A66

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

Shades of Seance #603A66

Tints of Seance #603A66

Color information

#603A66 (or 0x603A66) is unknown color: approx Seance. HEX triplet: 60, 3A and 66. RGB value is (96,58,102). Sum of RGB (Red+Green+Blue) = 96+58+102=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #603A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A66 is #9FC599. Grayscale: #4A4A4A. Windows color (decimal): -10470810 or 6699616. OLE color: 6699616.

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

Color convert

RGB9658102-
CMYK0.060.4300.6
HSL291.82º27.5%31.37%-
HSV(B)291.82º43.14%40%-
XYZ8.746.4713.36-
YUV74.38143.59143.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.5%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=37.5%
G=22.66%
B=39.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96581020.060.4300.6291.8227.531.37
Hex603A6662B03C1241c1f
Octal140721466530744443437
Binary1100000111010110011011010101101111001001001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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