Html Css Color HEX #605A72 Smoky

📋 copy color: '#605A72'

red 96 ◦ green 90 ◦ blue 114

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

Shades of Smoky #605A72

Tints of Smoky #605A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 32%
G = 30%
B = 38%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605A72 (or 0x605A72) is known color: Smoky. HEX triplet: 60, 5A and 72. RGB value is (96,90,114). Sum of RGB (Red+Green+Blue) = 96+90+114=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #605A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A72 is #9FA58D. Grayscale: #5E5E5E. Windows color (decimal): -10462606 or 7494240. OLE color: 7494240.

HSL color Cylindrical-coordinate representation of color #605A72: hue angle of 255º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605A72 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 90 114 -
CMYK 0.16 0.21 0 0.55
HSL 255º 0.12% 0.4% -
HSV(B) 255º 0.21% 0.45% -
XYZ 11.52 11.01 17.44 -
YUV 94.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 96 90 114 0.16 0.21 0 0.55 255 0.12 0.4
Hex 60 5A 72 10 15 0 37 FF C 28
Octal 140 132 162 20 25 0 67 377 14 50
Binary 1100000 1011010 1110010 10000 10101 0 110111 11111111 1100 101000

Color Harmonies of #605A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A72

Black with #605A72

Text Example


Text Example

White with #605A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605A72; }

 p { color: rgb(96,90,114); }

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

background-color css

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

 a { background-color: rgb(96,90,114); }

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

border-color css

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

 span { border-color: rgb(96,90,114); }

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