#706489

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

Shades of Kimberly #706489

Tints of Kimberly #706489

Color information

#706489 (or 0x706489) is unknown color: approx Kimberly. HEX triplet: 70, 64 and 89. RGB value is (112,100,137). Sum of RGB (Red+Green+Blue) = 112+100+137=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #706489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706489 is #8F9B76. Grayscale: #6B6B6B. Windows color (decimal): -9411447 or 9004144. OLE color: 9004144.

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

Color convert

RGB112100137-
CMYK0.180.2700.46
HSL259.46º15.61%46.47%-
HSV(B)259.46º27.01%53.73%-
XYZ15.7514.3725.61-
YUV107.81144.48130.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=32.09%
G=28.65%
B=39.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121001370.180.2700.46259.4615.6146.47
Hex706489121B02E103102e
Octal16014421122330564032056
Binary11100001100100100010011001011011010111010000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706489; }

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

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

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

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

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

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

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

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