#61547A

Color #61547A Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #61547A

Tints of Kimberly #61547A

Color information

#61547A (or 0x61547A) is unknown color: approx Kimberly. HEX triplet: 61, 54 and 7A. RGB value is (97,84,122). Sum of RGB (Red+Green+Blue) = 97+84+122=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 122 - color contains mainly: blue. Hex color #61547A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61547A is #9EAB85. Grayscale: #5C5C5C. Windows color (decimal): -10398598 or 8016993. OLE color: 8016993.

HSL color Cylindrical-coordinate representation of color #61547A: hue angle of 260.53º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61547A is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9784122-
CMYK0.200.3100.52
HSL260.53º18.45%40.39%-
HSV(B)260.53º31.15%47.84%-
XYZ11.6110.2919.79-
YUV92.22144.81131.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=32.01%
G=27.72%
B=40.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97841220.200.3100.52260.5318.4540.39
Hex61547A141F0341051228
Octal14112417224370644052250
Binary1100001101010011110101010011111011010010000010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61547A; }

 p { color: rgb(97,84,122); }

 H1.HeaderClassName
 {
   color: #61547A;
 }
 .AnyTagClassName
 {
   color: #61547A;
 }
</style>
background-color css

<style>
 a { background-color: #61547A; }

 a { background-color: rgb(97,84,122); }

 div.DivClassName
 {
   background-color: #61547A;
 }
 .BgClassName
 {
   background-color: #61547A;
 }
</style>
border-color css

<style>
 span { border-color: #61547A; }

 span { border-color: rgb(97,84,122); }

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