Html Css Color HEX #603E60 Seance

📋 copy color: '#603E60'

red 96 ◦ green 62 ◦ blue 96

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

Shades of Seance #603E60

Tints of Seance #603E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 37.8%
G = 24.41%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603E60 (or 0x603E60) is known color: Seance. HEX triplet: 60, 3E and 60. RGB value is (96,62,96). Sum of RGB (Red+Green+Blue) = 96+62+96=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #603E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603E60 is #9FC19F. Grayscale: #4B4B4B. Windows color (decimal): -10469792 or 6307424. OLE color: 6307424.

HSL color Cylindrical-coordinate representation of color #603E60: hue angle of 300º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #603E60 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 62 96 -
CMYK 0 0.35 0 0.62
HSL 300º 0.22% 0.31% -
HSV(B) 300º 0.35% 0.38% -
XYZ 8.66 6.78 11.92 -
YUV 76.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 96 62 96 0 0.35 0 0.62 300 0.22 0.31
Hex 60 3E 60 0 23 0 3E 12C 16 1F
Octal 140 76 140 0 43 0 76 454 26 37
Binary 1100000 111110 1100000 0 100011 0 111110 100101100 10110 11111

Color Harmonies of #603E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E60

Black with #603E60

Text Example


Text Example

White with #603E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603E60; }

 p { color: rgb(96,62,96); }

 H1.HeaderClassName
 {
   color: #603E60;
 }
 .AnyTagClassName
 {
   color: #603E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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