#706887

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

Shades of Kimberly #706887

Tints of Kimberly #706887

Color information

#706887 (or 0x706887) is unknown color: approx Kimberly. HEX triplet: 70, 68 and 87. RGB value is (112,104,135). Sum of RGB (Red+Green+Blue) = 112+104+135=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #706887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706887 is #8F9778. Grayscale: #6D6D6D. Windows color (decimal): -9410425 or 8874096. OLE color: 8874096.

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

Color convert

RGB112104135-
CMYK0.170.2300.47
HSL255.48º12.97%46.86%-
HSV(B)255.48º22.96%52.94%-
XYZ16.0115.0924.99-
YUV109.93142.15129.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=31.91%
G=29.63%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121041350.170.2300.47255.4812.9746.86
Hex706887111702Fffd2f
Octal16015020721270573771557
Binary111000011010001000011110001101110101111111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706887; }

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

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

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

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

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

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

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

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