Html Css Color HEX #604163 Seance

📋 copy color: '#604163'

red 96 ◦ green 65 ◦ blue 99

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

Shades of Seance #604163

Tints of Seance #604163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 36.92%
G = 25%
B = 38.08%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#604163 (or 0x604163) is known color: Seance. HEX triplet: 60, 41 and 63. RGB value is (96,65,99). Sum of RGB (Red+Green+Blue) = 96+65+99=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #604163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604163 is #9FBE9C. Grayscale: #4E4E4E. Windows color (decimal): -10469021 or 6504800. OLE color: 6504800.

HSL color Cylindrical-coordinate representation of color #604163: hue angle of 294.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #604163 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 65 99 -
CMYK 0.03 0.34 0 0.61
HSL 294.71º 0.21% 0.32% -
HSV(B) 294.71º 0.34% 0.39% -
XYZ 8.97 7.17 12.72 -
YUV 78.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 96 65 99 0.03 0.34 0 0.61 294.71 0.21 0.32
Hex 60 41 63 3 22 0 3D 127 15 20
Octal 140 101 143 3 42 0 75 447 25 40
Binary 1100000 1000001 1100011 11 100010 0 111101 100100111 10101 100000

Color Harmonies of #604163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604163

Black with #604163

Text Example


Text Example

White with #604163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604163; }

 p { color: rgb(96,65,99); }

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

background-color css

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

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

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

border-color css

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

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

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