#706987

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

Shades of Kimberly #706987

Tints of Kimberly #706987

Color information

#706987 (or 0x706987) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 87. RGB value is (112,105,135). Sum of RGB (Red+Green+Blue) = 112+105+135=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #706987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706987 is #8F9678. Grayscale: #6E6E6E. Windows color (decimal): -9410169 or 8874352. OLE color: 8874352.

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

Color convert

RGB112105135-
CMYK0.170.2200.47
HSL254º12.5%47.06%-
HSV(B)254º22.22%52.94%-
XYZ16.1115.325.03-
YUV110.51141.82129.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=31.82%
G=29.83%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121051350.170.2200.4725412.547.06
Hex706987111602Ffec2f
Octal16015120721260573761457
Binary111000011010011000011110001101100101111111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706987; }

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

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

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

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

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

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

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

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