Html Css Color HEX #604658 Purple Taupe

📋 copy color: '#604658'

red 96 ◦ green 70 ◦ blue 88

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

Shades of Purple Taupe #604658

Tints of Purple Taupe #604658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 37.8%
G = 27.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#604658 (or 0x604658) is known color: Purple Taupe. HEX triplet: 60, 46 and 58. RGB value is (96,70,88). Sum of RGB (Red+Green+Blue) = 96+70+88=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604658 is #9FB9A7. Grayscale: #4F4F4F. Windows color (decimal): -10467752 or 5785184. OLE color: 5785184.

HSL color Cylindrical-coordinate representation of color #604658: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604658 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 88 -
CMYK 0 0.27 0.08 0.62
HSL 318.46º 0.16% 0.33% -
HSV(B) 318.46º 0.27% 0.38% -
XYZ 8.78 7.57 10.23 -
YUV 79.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 96 70 88 0 0.27 0.08 0.62 318.46 0.16 0.33
Hex 60 46 58 0 1B 8 3E 13E 10 21
Octal 140 106 130 0 33 10 76 476 20 41
Binary 1100000 1000110 1011000 0 11011 1000 111110 100111110 10000 100001

Color Harmonies of #604658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604658

Black with #604658

Text Example


Text Example

White with #604658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604658; }

 p { color: rgb(96,70,88); }

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

background-color css

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

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

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

border-color css

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

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

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