Html Css Color HEX #61597B Kimberly

📋 copy color: '#61597B'

red 97 ◦ green 89 ◦ blue 123

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

Shades of Kimberly #61597B

Tints of Kimberly #61597B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.81%

R = 31.39%
G = 28.8%
B = 39.81%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61597B (or 0x61597B) is known color: Kimberly. HEX triplet: 61, 59 and 7B. RGB value is (97,89,123). Sum of RGB (Red+Green+Blue) = 97+89+123=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 123 - color contains mainly: blue. Hex color #61597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61597B is #9EA684. Grayscale: #5F5F5F. Windows color (decimal): -10397317 or 8083809. OLE color: 8083809.

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

Color convert

RGB 97 89 123 -
CMYK 0.21 0.28 0 0.52
HSL 254.12º 0.16% 0.42% -
HSV(B) 254.12º 0.28% 0.48% -
XYZ 12.08 11.12 20.25 -
YUV 95.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 97 89 123 0.21 0.28 0 0.52 254.12 0.16 0.42
Hex 61 59 7B 15 1C 0 34 FE 10 2A
Octal 141 131 173 25 34 0 64 376 20 52
Binary 1100001 1011001 1111011 10101 11100 0 110100 11111110 10000 101010

Color Harmonies of #61597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61597B

Black with #61597B

Text Example


Text Example

White with #61597B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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