#706687

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

Shades of Kimberly #706687

Tints of Kimberly #706687

Color information

#706687 (or 0x706687) is unknown color: approx Kimberly. HEX triplet: 70, 66 and 87. RGB value is (112,102,135). Sum of RGB (Red+Green+Blue) = 112+102+135=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #706687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706687 is #8F9978. Grayscale: #6C6C6C. Windows color (decimal): -9410937 or 8873584. OLE color: 8873584.

HSL color Cylindrical-coordinate representation of color #706687: hue angle of 258.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #706687 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112102135-
CMYK0.170.2400.47
HSL258.18º13.92%46.47%-
HSV(B)258.18º24.44%52.94%-
XYZ15.8114.724.93-
YUV108.75142.81130.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 135 (53.12% from 255) = 38.68%
R=32.09%
G=29.23%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121021350.170.2400.47258.1813.9246.47
Hex706687111802F102e2e
Octal16014620721300574021656
Binary1110000110011010000111100011100001011111000000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706687; }

 p { color: rgb(112,102,135); }

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

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

 a { background-color: rgb(112,102,135); }

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

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

 span { border-color: rgb(112,102,135); }

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