#706989

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

Shades of Kimberly #706989

Tints of Kimberly #706989

Color information

#706989 (or 0x706989) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 89. RGB value is (112,105,137). Sum of RGB (Red+Green+Blue) = 112+105+137=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #706989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706989 is #8F9676. Grayscale: #6E6E6E. Windows color (decimal): -9410167 or 9005424. OLE color: 9005424.

HSL color Cylindrical-coordinate representation of color #706989: hue angle of 253.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706989 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB112105137-
CMYK0.180.2300.46
HSL253.12º13.22%47.45%-
HSV(B)253.12º23.36%53.73%-
XYZ16.2515.3525.77-
YUV110.74142.82128.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=31.64%
G=29.66%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121051370.180.2300.46253.1213.2247.45
Hex706989121702Efdd2f
Octal16015121122270563751557
Binary111000011010011000100110010101110101110111111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706989; }

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

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

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

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

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

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

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

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