Html Css Color HEX #603668 Seance

📋 copy color: '#603668'

red 96 ◦ green 54 ◦ blue 104

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

Shades of Seance #603668

Tints of Seance #603668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 37.8%
G = 21.26%
B = 40.94%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#603668 (or 0x603668) is known color: Seance. HEX triplet: 60, 36 and 68. RGB value is (96,54,104). Sum of RGB (Red+Green+Blue) = 96+54+104=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #603668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603668 is #9FC997. Grayscale: #484848. Windows color (decimal): -10471832 or 6829664. OLE color: 6829664.

HSL color Cylindrical-coordinate representation of color #603668: hue angle of 290.4º degrees, saturation: 0.32, 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 #603668 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 54 104 -
CMYK 0.08 0.48 0 0.59
HSL 290.4º 0.32% 0.31% -
HSV(B) 290.4º 0.48% 0.41% -
XYZ 8.64 6.12 13.82 -
YUV 72.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 96 54 104 0.08 0.48 0 0.59 290.4 0.32 0.31
Hex 60 36 68 8 30 0 3B 122 20 1F
Octal 140 66 150 10 60 0 73 442 40 37
Binary 1100000 110110 1101000 1000 110000 0 111011 100100010 100000 11111

Color Harmonies of #603668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603668

Black with #603668

Text Example


Text Example

White with #603668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603668; }

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

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

background-color css

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

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

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

border-color css

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

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

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