#71698B

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

Shades of Kimberly #71698B

Tints of Kimberly #71698B

Color information

#71698B (or 0x71698B) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 8B. RGB value is (113,105,139). Sum of RGB (Red+Green+Blue) = 113+105+139=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #71698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71698B is #8E9674. Grayscale: #6F6F6F. Windows color (decimal): -9344629 or 9136497. OLE color: 9136497.

HSL color Cylindrical-coordinate representation of color #71698B: hue angle of 254.12º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71698B is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113105139-
CMYK0.190.2400.45
HSL254.12º13.93%47.84%-
HSV(B)254.12º24.46%54.51%-
XYZ16.5215.4826.54-
YUV111.27143.65129.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.65%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=31.65%
G=29.41%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131051390.190.2400.45254.1213.9347.84
Hex71698B131802Dfee30
Octal16115121323300553761660
Binary111000111010011000101110011110000101101111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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