Html Css Color HEX #602B65 Seance

📋 copy color: '#602B65'

red 96 ◦ green 43 ◦ blue 101

#602B65
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #602B65

Tints of Seance #602B65

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 value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#602B65 (or 0x602B65) is known color: 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

RGB 96 43 101 -
CMYK 0.05 0.57 0 0.60
HSL 294.83º 0.4% 0.28% -
HSV(B) 294.83º 0.57% 0.4% -
XYZ 8.04 5.15 12.88 -
YUV 65.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 96 43 101 0.05 0.57 0 0.60 294.83 0.4 0.28
Hex 60 2B 65 5 39 0 3C 127 28 1C
Octal 140 53 145 5 71 0 74 447 50 34
Binary 1100000 101011 1100101 101 111001 0 111100 100100111 101000 11100

Color Harmonies of #602B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B65

Black with #602B65

Text Example


Text Example

White with #602B65

Text Example


Text Example

HTML Codes & Css Web 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>