Html Css Color HEX #61597A Smoky

📋 copy color: '#61597A'

red 97 ◦ green 89 ◦ blue 122

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

Shades of Smoky #61597A

Tints of Smoky #61597A

RGB

 RED value IS 97 (38.28% from 255) = 31.49%

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 31.49%
G = 28.9%
B = 39.61%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61597A (or 0x61597A) is known color: Smoky. HEX triplet: 61, 59 and 7A. RGB value is (97,89,122). Sum of RGB (Red+Green+Blue) = 97+89+122=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #61597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61597A is #9EA685. Grayscale: #5F5F5F. Windows color (decimal): -10397318 or 8018273. OLE color: 8018273.

HSL color Cylindrical-coordinate representation of color #61597A: hue angle of 254.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61597A is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 89 122 -
CMYK 0.20 0.27 0 0.52
HSL 254.55º 0.16% 0.41% -
HSV(B) 254.55º 0.27% 0.48% -
XYZ 12.02 11.09 19.92 -
YUV 95.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 97 89 122 0.20 0.27 0 0.52 254.55 0.16 0.41
Hex 61 59 7A 14 1B 0 34 FF 10 29
Octal 141 131 172 24 33 0 64 377 20 51
Binary 1100001 1011001 1111010 10100 11011 0 110100 11111111 10000 101001

Color Harmonies of #61597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61597A

Black with #61597A

Text Example


Text Example

White with #61597A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61597A; }

 p { color: rgb(97,89,122); }

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

background-color css

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

 a { background-color: rgb(97,89,122); }

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

border-color css

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

 span { border-color: rgb(97,89,122); }

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