#716686

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

Shades of Kimberly #716686

Tints of Kimberly #716686

Color information

#716686 (or 0x716686) is unknown color: approx Kimberly. HEX triplet: 71, 66 and 86. RGB value is (113,102,134). Sum of RGB (Red+Green+Blue) = 113+102+134=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #716686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716686 is #8E9979. Grayscale: #6C6C6C. Windows color (decimal): -9345402 or 8808049. OLE color: 8808049.

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

Color convert

RGB113102134-
CMYK0.160.2400.47
HSL260.62º13.56%46.27%-
HSV(B)260.62º23.88%52.55%-
XYZ15.8614.7324.56-
YUV108.94142.14130.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=32.38%
G=29.23%
B=38.40%

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
Decimal1131021340.160.2400.47260.6213.5646.27
Hex716686101802F105e2e
Octal16114620620300574051656
Binary1110001110011010000110100001100001011111000001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716686; }

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

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

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

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

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

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

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

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