#706186

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

Shades of Kimberly #706186

Tints of Kimberly #706186

Color information

#706186 (or 0x706186) is unknown color: approx Kimberly. HEX triplet: 70, 61 and 86. RGB value is (112,97,134). Sum of RGB (Red+Green+Blue) = 112+97+134=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #706186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706186 is #8F9E79. Grayscale: #696969. Windows color (decimal): -9412218 or 8806768. OLE color: 8806768.

HSL color Cylindrical-coordinate representation of color #706186: hue angle of 264.32º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #706186 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11297134-
CMYK0.160.2800.47
HSL264.32º16.02%45.29%-
HSV(B)264.32º27.61%52.55%-
XYZ15.2613.7224.4-
YUV105.7143.97132.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=32.65%
G=28.28%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112971340.160.2800.47264.3216.0245.29
Hex706186101C02F108102d
Octal16014120620340574102055
Binary11100001100001100001101000011100010111110000100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706186; }

 p { color: rgb(112,97,134); }

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

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

 a { background-color: rgb(112,97,134); }

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

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

 span { border-color: rgb(112,97,134); }

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