#61567B

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

Shades of Kimberly #61567B

Tints of Kimberly #61567B

Color information

#61567B (or 0x61567B) is unknown color: approx Kimberly. HEX triplet: 61, 56 and 7B. RGB value is (97,86,123). Sum of RGB (Red+Green+Blue) = 97+86+123=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #61567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61567B is #9EA984. Grayscale: #5D5D5D. Windows color (decimal): -10398085 or 8083041. OLE color: 8083041.

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

Color convert

RGB9786123-
CMYK0.210.3000.52
HSL257.84º17.7%40.98%-
HSV(B)257.84º30.08%48.24%-
XYZ11.8310.6320.17-
YUV93.51144.64130.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=31.70%
G=28.10%
B=40.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97861230.210.3000.52257.8417.740.98
Hex61567B151E0341021229
Octal14112617325360644022251
Binary1100001101011011110111010111110011010010000001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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