#716688

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

Shades of Kimberly #716688

Tints of Kimberly #716688

Color information

#716688 (or 0x716688) is unknown color: approx Kimberly. HEX triplet: 71, 66 and 88. RGB value is (113,102,136). Sum of RGB (Red+Green+Blue) = 113+102+136=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #716688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716688 is #8E9977. Grayscale: #6D6D6D. Windows color (decimal): -9345400 or 8939121. OLE color: 8939121.

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

Color convert

RGB113102136-
CMYK0.170.2500.47
HSL259.41º14.29%46.67%-
HSV(B)259.41º25%53.33%-
XYZ16.0114.7925.3-
YUV109.16143.14130.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=32.19%
G=29.06%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131021360.170.2500.47259.4114.2946.67
Hex716688111902F103e2f
Octal16114621021310574031657
Binary1110001110011010001000100011100101011111000000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716688; }

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

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

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

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

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

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

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

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