Html Css Color HEX #61597C Kimberly

📋 copy color: '#61597C'

red 97 ◦ green 89 ◦ blue 124

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

Shades of Kimberly #61597C

Tints of Kimberly #61597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40%

R = 31.29%
G = 28.71%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61597C (or 0x61597C) is known color: Kimberly. HEX triplet: 61, 59 and 7C. RGB value is (97,89,124). Sum of RGB (Red+Green+Blue) = 97+89+124=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 124 - color contains mainly: blue. Hex color #61597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61597C is #9EA683. Grayscale: #5F5F5F. Windows color (decimal): -10397316 or 8149345. OLE color: 8149345.

HSL color Cylindrical-coordinate representation of color #61597C: hue angle of 253.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61597C is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 89 124 -
CMYK 0.22 0.28 0 0.51
HSL 253.71º 0.16% 0.42% -
HSV(B) 253.71º 0.28% 0.49% -
XYZ 12.14 11.14 20.58 -
YUV 95.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 97 89 124 0.22 0.28 0 0.51 253.71 0.16 0.42
Hex 61 59 7C 16 1C 0 33 FE 10 2A
Octal 141 131 174 26 34 0 63 376 20 52
Binary 1100001 1011001 1111100 10110 11100 0 110011 11111110 10000 101010

Color Harmonies of #61597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61597C

Black with #61597C

Text Example


Text Example

White with #61597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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