#706286

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

Shades of Kimberly #706286

Tints of Kimberly #706286

Color information

#706286 (or 0x706286) is unknown color: approx Kimberly. HEX triplet: 70, 62 and 86. RGB value is (112,98,134). Sum of RGB (Red+Green+Blue) = 112+98+134=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #706286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706286 is #8F9D79. Grayscale: #6A6A6A. Windows color (decimal): -9411962 or 8807024. OLE color: 8807024.

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

Color convert

RGB11298134-
CMYK0.160.2700.47
HSL263.33º15.52%45.49%-
HSV(B)263.33º26.87%52.55%-
XYZ15.3513.924.43-
YUV106.29143.64132.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=32.56%
G=28.49%
B=38.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112981340.160.2700.47263.3315.5245.49
Hex706286101B02F107102d
Octal16014220620330574072055
Binary11100001100010100001101000011011010111110000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706286; }

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

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

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

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

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

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

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

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