#706490

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

Shades of Kimberly #706490

Tints of Kimberly #706490

Color information

#706490 (or 0x706490) is unknown color: approx Kimberly. HEX triplet: 70, 64 and 90. RGB value is (112,100,144). Sum of RGB (Red+Green+Blue) = 112+100+144=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #706490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706490 is #8F9B6F. Grayscale: #6C6C6C. Windows color (decimal): -9411440 or 9462896. OLE color: 9462896.

HSL color Cylindrical-coordinate representation of color #706490: hue angle of 256.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #706490 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112100144-
CMYK0.220.3100.44
HSL256.36º18.03%47.84%-
HSV(B)256.36º30.56%56.47%-
XYZ16.2714.5728.34-
YUV108.6147.98130.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=31.46%
G=28.09%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121001440.220.3100.44256.3618.0347.84
Hex706490161F02C1001230
Octal16014422026370544002260
Binary11100001100100100100001011011111010110010000000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706490; }

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

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

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

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

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

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

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

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