#61547B

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

Shades of Kimberly #61547B

Tints of Kimberly #61547B

Color information

#61547B (or 0x61547B) is unknown color: approx Kimberly. HEX triplet: 61, 54 and 7B. RGB value is (97,84,123). Sum of RGB (Red+Green+Blue) = 97+84+123=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #61547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61547B is #9EAB84. Grayscale: #5C5C5C. Windows color (decimal): -10398597 or 8082529. OLE color: 8082529.

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

Color convert

RGB9784123-
CMYK0.210.3200.52
HSL260º18.84%40.59%-
HSV(B)260º31.71%48.24%-
XYZ11.6810.3120.11-
YUV92.33145.31131.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=31.91%
G=27.63%
B=40.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97841230.210.3200.5226018.8440.59
Hex61547B15200341041329
Octal14112417325400644042351
Binary11000011010100111101110101100000011010010000010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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