Html Css Color HEX #603768 Seance

📋 copy color: '#603768'

red 96 ◦ green 55 ◦ blue 104

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

Shades of Seance #603768

Tints of Seance #603768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 37.65%
G = 21.57%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#603768 (or 0x603768) is known color: Seance. HEX triplet: 60, 37 and 68. RGB value is (96,55,104). Sum of RGB (Red+Green+Blue) = 96+55+104=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #603768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603768 is #9FC897. Grayscale: #484848. Windows color (decimal): -10471576 or 6829920. OLE color: 6829920.

HSL color Cylindrical-coordinate representation of color #603768: hue angle of 290.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603768 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 55 104 -
CMYK 0.08 0.47 0 0.59
HSL 290.2º 0.31% 0.31% -
HSV(B) 290.2º 0.47% 0.41% -
XYZ 8.69 6.22 13.84 -
YUV 72.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 96 55 104 0.08 0.47 0 0.59 290.2 0.31 0.31
Hex 60 37 68 8 2F 0 3B 122 1F 1F
Octal 140 67 150 10 57 0 73 442 37 37
Binary 1100000 110111 1101000 1000 101111 0 111011 100100010 11111 11111

Color Harmonies of #603768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603768

Black with #603768

Text Example


Text Example

White with #603768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603768; }

 p { color: rgb(96,55,104); }

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

background-color css

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

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

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

border-color css

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

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

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