#716687

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

Shades of Kimberly #716687

Tints of Kimberly #716687

Color information

#716687 (or 0x716687) is unknown color: approx Kimberly. HEX triplet: 71, 66 and 87. RGB value is (113,102,135). Sum of RGB (Red+Green+Blue) = 113+102+135=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #716687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716687 is #8E9978. Grayscale: #6C6C6C. Windows color (decimal): -9345401 or 8873585. OLE color: 8873585.

HSL color Cylindrical-coordinate representation of color #716687: hue angle of 260º 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 #716687 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113102135-
CMYK0.160.2400.47
HSL260º13.92%46.47%-
HSV(B)260º24.44%52.94%-
XYZ15.9314.7624.93-
YUV109.05142.64130.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=32.29%
G=29.14%
B=38.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131021350.160.2400.4726013.9246.47
Hex716687101802F104e2e
Octal16114620720300574041656
Binary1110001110011010000111100001100001011111000001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716687; }

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

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

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

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

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

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

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

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