#602B65

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

Shades of Seance #602B65

Tints of Seance #602B65

Color information

#602B65 (or 0x602B65) is unknown color: approx Seance. HEX triplet: 60, 2B and 65. RGB value is (96,43,101). Sum of RGB (Red+Green+Blue) = 96+43+101=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #602B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B65 is #9FD49A. Grayscale: #414141. Windows color (decimal): -10474651 or 6630240. OLE color: 6630240.

HSL color Cylindrical-coordinate representation of color #602B65: hue angle of 294.83º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602B65 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9643101-
CMYK0.050.5700.60
HSL294.83º40.28%28.24%-
HSV(B)294.83º57.43%39.61%-
XYZ8.045.1512.88-
YUV65.46148.06149.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=40%
G=17.92%
B=42.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96431010.050.5700.60294.8340.2828.24
Hex602B6553903C127281c
Octal140531455710744475034
Binary11000001010111100101101111001011110010010011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,43,101); }

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

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

 a { background-color: rgb(96,43,101); }

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

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

 span { border-color: rgb(96,43,101); }

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