#706191

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

Shades of Kimberly #706191

Tints of Kimberly #706191

Color information

#706191 (or 0x706191) is unknown color: approx Kimberly. HEX triplet: 70, 61 and 91. RGB value is (112,97,145). Sum of RGB (Red+Green+Blue) = 112+97+145=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #706191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706191 is #8F9E6E. Grayscale: #6A6A6A. Windows color (decimal): -9412207 or 9527664. OLE color: 9527664.

HSL color Cylindrical-coordinate representation of color #706191: hue angle of 258.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706191 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11297145-
CMYK0.230.3300.43
HSL258.75º19.83%47.45%-
HSV(B)258.75º33.1%56.86%-
XYZ16.0714.0428.65-
YUV106.96149.47131.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=31.64%
G=27.40%
B=40.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112971450.230.3300.43258.7519.8347.45
Hex706191172102B103142f
Octal16014122127410534032457
Binary111000011000011001000110111100001010101110000001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706191; }

 p { color: rgb(112,97,145); }

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

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

 a { background-color: rgb(112,97,145); }

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

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

 span { border-color: rgb(112,97,145); }

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