Html Css Color HEX #602B6C Seance

📋 copy color: '#602B6C'

red 96 ◦ green 43 ◦ blue 108

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

Shades of Seance #602B6C

Tints of Seance #602B6C

RGB

 RED value IS 96 (37.89% from 255) = 38.87%

 GREEN value IS 43 (17.19% from 255) = 17.41%

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 38.87%
G = 17.41%
B = 43.72%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#602B6C (or 0x602B6C) is known color: Seance. HEX triplet: 60, 2B and 6C. RGB value is (96,43,108). Sum of RGB (Red+Green+Blue) = 96+43+108=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #602B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B6C is #9FD493. Grayscale: #424242. Windows color (decimal): -10474644 or 7088992. OLE color: 7088992.

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

Color convert

RGB 96 43 108 -
CMYK 0.11 0.60 0 0.58
HSL 288.92º 0.43% 0.3% -
HSV(B) 288.92º 0.6% 0.42% -
XYZ 8.39 5.3 14.77 -
YUV 66.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 96 43 108 0.11 0.60 0 0.58 288.92 0.43 0.3
Hex 60 2B 6C B 3C 0 3A 121 2B 1E
Octal 140 53 154 13 74 0 72 441 53 36
Binary 1100000 101011 1101100 1011 111100 0 111010 100100001 101011 11110

Color Harmonies of #602B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B6C

Black with #602B6C

Text Example


Text Example

White with #602B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602B6C;
 }
 .AnyTagClassName
 {
   color: #602B6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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