Html Css Color HEX #61577E Kimberly

📋 copy color: '#61577E'

red 97 ◦ green 87 ◦ blue 126

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

Shades of Kimberly #61577E

Tints of Kimberly #61577E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 126 (49.61% from 255) = 40.65%

R = 31.29%
G = 28.06%
B = 40.65%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61577E (or 0x61577E) is known color: Kimberly. HEX triplet: 61, 57 and 7E. RGB value is (97,87,126). Sum of RGB (Red+Green+Blue) = 97+87+126=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 126 - color contains mainly: blue. Hex color #61577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61577E is #9EA881. Grayscale: #5E5E5E. Windows color (decimal): -10397826 or 8279905. OLE color: 8279905.

HSL color Cylindrical-coordinate representation of color #61577E: hue angle of 255.38º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61577E is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 87 126 -
CMYK 0.23 0.31 0 0.51
HSL 255.38º 0.18% 0.42% -
HSV(B) 255.38º 0.31% 0.49% -
XYZ 12.1 10.86 21.2 -
YUV 94.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 97 87 126 0.23 0.31 0 0.51 255.38 0.18 0.42
Hex 61 57 7E 17 1F 0 33 FF 12 2A
Octal 141 127 176 27 37 0 63 377 22 52
Binary 1100001 1010111 1111110 10111 11111 0 110011 11111111 10010 101010

Color Harmonies of #61577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61577E

Black with #61577E

Text Example


Text Example

White with #61577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61577E; }

 p { color: rgb(97,87,126); }

 H1.HeaderClassName
 {
   color: #61577E;
 }
 .AnyTagClassName
 {
   color: #61577E;
 }
</style>

background-color css

<style>
 a { background-color: #61577E; }

 a { background-color: rgb(97,87,126); }

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

border-color css

<style>
 span { border-color: #61577E; }

 span { border-color: rgb(97,87,126); }

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