Html Css Color HEX #605877 Smoky

📋 copy color: '#605877'

red 96 ◦ green 88 ◦ blue 119

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

Shades of Smoky #605877

Tints of Smoky #605877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 31.68%
G = 29.04%
B = 39.27%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605877 (or 0x605877) is known color: Smoky. HEX triplet: 60, 58 and 77. RGB value is (96,88,119). Sum of RGB (Red+Green+Blue) = 96+88+119=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #605877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605877 is #9FA788. Grayscale: #5D5D5D. Windows color (decimal): -10463113 or 7821408. OLE color: 7821408.

HSL color Cylindrical-coordinate representation of color #605877: hue angle of 255.48º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605877 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 88 119 -
CMYK 0.19 0.26 0 0.53
HSL 255.48º 0.15% 0.41% -
HSV(B) 255.48º 0.26% 0.47% -
XYZ 11.64 10.8 18.92 -
YUV 93.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 96 88 119 0.19 0.26 0 0.53 255.48 0.15 0.41
Hex 60 58 77 13 1A 0 35 FF F 29
Octal 140 130 167 23 32 0 65 377 17 51
Binary 1100000 1011000 1110111 10011 11010 0 110101 11111111 1111 101001

Color Harmonies of #605877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605877

Black with #605877

Text Example


Text Example

White with #605877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605877; }

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

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

background-color css

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

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

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

border-color css

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

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

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