#71698E

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

Shades of Kimberly #71698E

Tints of Kimberly #71698E

Color information

#71698E (or 0x71698E) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 8E. RGB value is (113,105,142). Sum of RGB (Red+Green+Blue) = 113+105+142=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #71698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71698E is #8E9671. Grayscale: #6F6F6F. Windows color (decimal): -9344626 or 9333105. OLE color: 9333105.

HSL color Cylindrical-coordinate representation of color #71698E: hue angle of 252.97º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71698E is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113105142-
CMYK0.200.2600.44
HSL252.97º14.98%48.43%-
HSV(B)252.97º26.06%55.69%-
XYZ16.7415.5727.71-
YUV111.61145.15128.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=31.39%
G=29.17%
B=39.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131051420.200.2600.44252.9714.9848.43
Hex71698E141A02Cfdf30
Octal16115121624320543751760
Binary111000111010011000111010100110100101100111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71698E; }

 p { color: rgb(113,105,142); }

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

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

 a { background-color: rgb(113,105,142); }

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

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

 span { border-color: rgb(113,105,142); }

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