#603269

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

Shades of Seance #603269

Tints of Seance #603269

Color information

#603269 (or 0x603269) is unknown color: approx Seance. HEX triplet: 60, 32 and 69. RGB value is (96,50,105). Sum of RGB (Red+Green+Blue) = 96+50+105=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #603269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603269 is #9FCD96. Grayscale: #454545. Windows color (decimal): -10472855 or 6894176. OLE color: 6894176.

HSL color Cylindrical-coordinate representation of color #603269: hue angle of 290.18º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603269 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9650105-
CMYK0.090.5200.59
HSL290.18º35.48%30.39%-
HSV(B)290.18º52.38%41.18%-
XYZ8.515.7914.03-
YUV70.02147.74146.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=38.25%
G=19.92%
B=41.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96501050.090.5200.59290.1835.4830.39
Hex60326993403B122231e
Octal1406215111640734424336
Binary110000011001011010011001110100011101110010001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603269; }

 p { color: rgb(96,50,105); }

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

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

 a { background-color: rgb(96,50,105); }

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

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

 span { border-color: rgb(96,50,105); }

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