Html Css Color HEX #604063 Seance

📋 copy color: '#604063'

red 96 ◦ green 64 ◦ blue 99

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

Shades of Seance #604063

Tints of Seance #604063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 37.07%
G = 24.71%
B = 38.22%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#604063 (or 0x604063) is known color: Seance. HEX triplet: 60, 40 and 63. RGB value is (96,64,99). Sum of RGB (Red+Green+Blue) = 96+64+99=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #604063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604063 is #9FBF9C. Grayscale: #4D4D4D. Windows color (decimal): -10469277 or 6504544. OLE color: 6504544.

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

Color convert

RGB 96 64 99 -
CMYK 0.03 0.35 0 0.61
HSL 294.86º 0.21% 0.32% -
HSV(B) 294.86º 0.35% 0.39% -
XYZ 8.91 7.05 12.7 -
YUV 77.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 96 64 99 0.03 0.35 0 0.61 294.86 0.21 0.32
Hex 60 40 63 3 23 0 3D 127 15 20
Octal 140 100 143 3 43 0 75 447 25 40
Binary 1100000 1000000 1100011 11 100011 0 111101 100100111 10101 100000

Color Harmonies of #604063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604063

Black with #604063

Text Example


Text Example

White with #604063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604063; }

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

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

background-color css

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

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

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

border-color css

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

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

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