Html Css Color HEX #603769 Seance

📋 copy color: '#603769'

red 96 ◦ green 55 ◦ blue 105

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

Shades of Seance #603769

Tints of Seance #603769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.02%

R = 37.5%
G = 21.48%
B = 41.02%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#603769 (or 0x603769) is known color: Seance. HEX triplet: 60, 37 and 69. RGB value is (96,55,105). Sum of RGB (Red+Green+Blue) = 96+55+105=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #603769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603769 is #9FC896. Grayscale: #484848. Windows color (decimal): -10471575 or 6895456. OLE color: 6895456.

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

Color convert

RGB 96 55 105 -
CMYK 0.09 0.48 0 0.59
HSL 289.2º 0.31% 0.31% -
HSV(B) 289.2º 0.48% 0.41% -
XYZ 8.74 6.24 14.11 -
YUV 72.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 96 55 105 0.09 0.48 0 0.59 289.2 0.31 0.31
Hex 60 37 69 9 30 0 3B 121 1F 1F
Octal 140 67 151 11 60 0 73 441 37 37
Binary 1100000 110111 1101001 1001 110000 0 111011 100100001 11111 11111

Color Harmonies of #603769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603769

Black with #603769

Text Example


Text Example

White with #603769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603769; }

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

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

background-color css

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

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

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

border-color css

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

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

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