Html Css Color HEX #604261 Seance

📋 copy color: '#604261'

red 96 ◦ green 66 ◦ blue 97

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

Shades of Seance #604261

Tints of Seance #604261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 37.07%
G = 25.48%
B = 37.45%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604261 (or 0x604261) is known color: Seance. HEX triplet: 60, 42 and 61. RGB value is (96,66,97). Sum of RGB (Red+Green+Blue) = 96+66+97=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #604261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604261 is #9FBD9E. Grayscale: #4E4E4E. Windows color (decimal): -10468767 or 6373984. OLE color: 6373984.

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

Color convert

RGB 96 66 97 -
CMYK 0.01 0.32 0 0.62
HSL 298.06º 0.19% 0.32% -
HSV(B) 298.06º 0.32% 0.38% -
XYZ 8.93 7.25 12.24 -
YUV 78.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 96 66 97 0.01 0.32 0 0.62 298.06 0.19 0.32
Hex 60 42 61 1 20 0 3E 12A 13 20
Octal 140 102 141 1 40 0 76 452 23 40
Binary 1100000 1000010 1100001 1 100000 0 111110 100101010 10011 100000

Color Harmonies of #604261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604261

Black with #604261

Text Example


Text Example

White with #604261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604261; }

 p { color: rgb(96,66,97); }

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

background-color css

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

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

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

border-color css

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

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

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