Html Css Color HEX #603F65 Seance

📋 copy color: '#603F65'

red 96 ◦ green 63 ◦ blue 101

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

Shades of Seance #603F65

Tints of Seance #603F65

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 36.92%
G = 24.23%
B = 38.85%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#603F65 (or 0x603F65) is known color: Seance. HEX triplet: 60, 3F and 65. RGB value is (96,63,101). Sum of RGB (Red+Green+Blue) = 96+63+101=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #603F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F65 is #9FC09A. Grayscale: #4D4D4D. Windows color (decimal): -10469531 or 6635360. OLE color: 6635360.

HSL color Cylindrical-coordinate representation of color #603F65: hue angle of 292.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603F65 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 63 101 -
CMYK 0.05 0.38 0 0.60
HSL 292.11º 0.23% 0.32% -
HSV(B) 292.11º 0.38% 0.4% -
XYZ 8.95 6.98 13.19 -
YUV 77.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 96 63 101 0.05 0.38 0 0.60 292.11 0.23 0.32
Hex 60 3F 65 5 26 0 3C 124 17 20
Octal 140 77 145 5 46 0 74 444 27 40
Binary 1100000 111111 1100101 101 100110 0 111100 100100100 10111 100000

Color Harmonies of #603F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F65

Black with #603F65

Text Example


Text Example

White with #603F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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