#602D6B

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

Shades of Seance #602D6B

Tints of Seance #602D6B

Color information

#602D6B (or 0x602D6B) is unknown color: approx Seance. HEX triplet: 60, 2D and 6B. RGB value is (96,45,107). Sum of RGB (Red+Green+Blue) = 96+45+107=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #602D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D6B is #9FD294. Grayscale: #434343. Windows color (decimal): -10474133 or 7023968. OLE color: 7023968.

HSL color Cylindrical-coordinate representation of color #602D6B: hue angle of 289.35º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602D6B is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9645107-
CMYK0.100.5800.58
HSL289.35º40.79%29.8%-
HSV(B)289.35º57.94%41.96%-
XYZ8.425.4314.51-
YUV67.32150.4148.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 45 (17.97% from 255) = 18.15%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=38.71%
G=18.15%
B=43.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96451070.100.5800.58289.3540.7929.8
Hex602D6BA3A03A121291e
Octal1405515312720724415136
Binary110000010110111010111010111010011101010010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602D6B; }

 p { color: rgb(96,45,107); }

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

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

 a { background-color: rgb(96,45,107); }

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

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

 span { border-color: rgb(96,45,107); }

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