#706983

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

Shades of Kimberly #706983

Tints of Kimberly #706983

Color information

#706983 (or 0x706983) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 83. RGB value is (112,105,131). Sum of RGB (Red+Green+Blue) = 112+105+131=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #706983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706983 is #8F967C. Grayscale: #6D6D6D. Windows color (decimal): -9410173 or 8612208. OLE color: 8612208.

HSL color Cylindrical-coordinate representation of color #706983: hue angle of 256.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706983 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112105131-
CMYK0.150.2000.49
HSL256.15º11.02%46.27%-
HSV(B)256.15º19.85%51.37%-
XYZ15.8315.1923.57-
YUV110.06139.82129.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=32.18%
G=30.17%
B=37.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121051310.150.2000.49256.1511.0246.27
Hex706983F14031100b2e
Octal16015120317240614001356
Binary111000011010011000001111111010001100011000000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706983; }

 p { color: rgb(112,105,131); }

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

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

 a { background-color: rgb(112,105,131); }

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

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

 span { border-color: rgb(112,105,131); }

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