#706B84

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

Shades of Kimberly #706B84

Tints of Kimberly #706B84

Color information

#706B84 (or 0x706B84) is unknown color: approx Kimberly. HEX triplet: 70, 6B and 84. RGB value is (112,107,132). Sum of RGB (Red+Green+Blue) = 112+107+132=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #706B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B84 is #8F947B. Grayscale: #6F6F6F. Windows color (decimal): -9409660 or 8678256. OLE color: 8678256.

HSL color Cylindrical-coordinate representation of color #706B84: hue angle of 252º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706B84 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112107132-
CMYK0.150.1900.48
HSL252º10.46%46.86%-
HSV(B)252º18.94%51.76%-
XYZ16.115.6324-
YUV111.34139.66128.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=31.91%
G=30.48%
B=37.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121071320.150.1900.4825210.4646.86
Hex706B84F13030fca2f
Octal16015320417230603741257
Binary11100001101011100001001111100110110000111111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706B84; }

 p { color: rgb(112,107,132); }

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

<style>
 a { background-color: #706B84; }

 a { background-color: rgb(112,107,132); }

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

<style>
 span { border-color: #706B84; }

 span { border-color: rgb(112,107,132); }

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