Html Css Color HEX #61597F Kimberly

📋 copy color: '#61597F'

red 97 ◦ green 89 ◦ blue 127

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

Shades of Kimberly #61597F

Tints of Kimberly #61597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.58%

R = 30.99%
G = 28.43%
B = 40.58%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61597F (or 0x61597F) is known color: Kimberly. HEX triplet: 61, 59 and 7F. RGB value is (97,89,127). Sum of RGB (Red+Green+Blue) = 97+89+127=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #61597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61597F is #9EA680. Grayscale: #5F5F5F. Windows color (decimal): -10397313 or 8345953. OLE color: 8345953.

HSL color Cylindrical-coordinate representation of color #61597F: hue angle of 252.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61597F is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 89 127 -
CMYK 0.24 0.30 0 0.50
HSL 252.63º 0.18% 0.42% -
HSV(B) 252.63º 0.3% 0.5% -
XYZ 12.33 11.22 21.59 -
YUV 95.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 97 89 127 0.24 0.30 0 0.50 252.63 0.18 0.42
Hex 61 59 7F 18 1E 0 32 FD 12 2A
Octal 141 131 177 30 36 0 62 375 22 52
Binary 1100001 1011001 1111111 11000 11110 0 110010 11111101 10010 101010

Color Harmonies of #61597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61597F

Black with #61597F

Text Example


Text Example

White with #61597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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