Html Css Color HEX #61557F Kimberly

📋 copy color: '#61557F'

red 97 ◦ green 85 ◦ blue 127

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

Shades of Kimberly #61557F

Tints of Kimberly #61557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

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

R = 31.39%
G = 27.51%
B = 41.1%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61557F (or 0x61557F) is known color: Kimberly. HEX triplet: 61, 55 and 7F. RGB value is (97,85,127). Sum of RGB (Red+Green+Blue) = 97+85+127=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #61557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557F is #9EAA80. Grayscale: #5D5D5D. Windows color (decimal): -10398337 or 8344929. OLE color: 8344929.

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

Color convert

RGB 97 85 127 -
CMYK 0.24 0.33 0 0.50
HSL 257.14º 0.2% 0.42% -
HSV(B) 257.14º 0.33% 0.5% -
XYZ 12.01 10.57 21.49 -
YUV 93.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 97 85 127 0.24 0.33 0 0.50 257.14 0.2 0.42
Hex 61 55 7F 18 21 0 32 101 14 2A
Octal 141 125 177 30 41 0 62 401 24 52
Binary 1100001 1010101 1111111 11000 100001 0 110010 100000001 10100 101010

Color Harmonies of #61557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61557F

Black with #61557F

Text Example


Text Example

White with #61557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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