#71688A

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

Shades of Kimberly #71688A

Tints of Kimberly #71688A

Color information

#71688A (or 0x71688A) is unknown color: approx Kimberly. HEX triplet: 71, 68 and 8A. RGB value is (113,104,138). Sum of RGB (Red+Green+Blue) = 113+104+138=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #71688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71688A is #8E9775. Grayscale: #6E6E6E. Windows color (decimal): -9344886 or 9070705. OLE color: 9070705.

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

Color convert

RGB113104138-
CMYK0.180.2500.46
HSL255.88º14.05%47.45%-
HSV(B)255.88º24.64%54.12%-
XYZ16.3515.2526.13-
YUV110.57143.48129.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=31.83%
G=29.30%
B=38.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131041380.180.2500.46255.8814.0547.45
Hex71688A121902E100e2f
Octal16115021222310564001657
Binary1110001110100010001010100101100101011101000000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71688A; }

 p { color: rgb(113,104,138); }

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

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

 a { background-color: rgb(113,104,138); }

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

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

 span { border-color: rgb(113,104,138); }

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