Html Css Color HEX #604360 Seance

📋 copy color: '#604360'

red 96 ◦ green 67 ◦ blue 96

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

Shades of Seance #604360

Tints of Seance #604360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

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

R = 37.07%
G = 25.87%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604360 (or 0x604360) is known color: Seance. HEX triplet: 60, 43 and 60. RGB value is (96,67,96). Sum of RGB (Red+Green+Blue) = 96+67+96=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604360 is #9FBC9F. Grayscale: #4E4E4E. Windows color (decimal): -10468512 or 6308704. OLE color: 6308704.

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

Color convert

RGB 96 67 96 -
CMYK 0 0.30 0 0.62
HSL 300º 0.18% 0.32% -
HSV(B) 300º 0.3% 0.38% -
XYZ 8.94 7.35 12.01 -
YUV 78.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 96 67 96 0 0.30 0 0.62 300 0.18 0.32
Hex 60 43 60 0 1E 0 3E 12C 12 20
Octal 140 103 140 0 36 0 76 454 22 40
Binary 1100000 1000011 1100000 0 11110 0 111110 100101100 10010 100000

Color Harmonies of #604360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604360

Black with #604360

Text Example


Text Example

White with #604360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604360; }

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

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

background-color css

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

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

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

border-color css

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

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

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