#706A8B

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

Shades of Kimberly #706A8B

Tints of Kimberly #706A8B

Color information

#706A8B (or 0x706A8B) is unknown color: approx Kimberly. HEX triplet: 70, 6A and 8B. RGB value is (112,106,139). Sum of RGB (Red+Green+Blue) = 112+106+139=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 106 (41.80% from 255 or 29.69% 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 #706A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A8B is #8F9574. Grayscale: #6F6F6F. Windows color (decimal): -9409909 or 9136752. OLE color: 9136752.

HSL color Cylindrical-coordinate representation of color #706A8B: hue angle of 250.91º degrees, saturation: 0.13, 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 #706A8B is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112106139-
CMYK0.190.2400.45
HSL250.91º13.47%48.04%-
HSV(B)250.91º23.74%54.51%-
XYZ16.515.6226.57-
YUV111.56143.49128.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=31.37%
G=29.69%
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
Decimal1121061390.190.2400.45250.9113.4748.04
Hex706A8B131802Dfbd30
Octal16015221323300553731560
Binary111000011010101000101110011110000101101111110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A8B; }

 p { color: rgb(112,106,139); }

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

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

 a { background-color: rgb(112,106,139); }

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

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

 span { border-color: rgb(112,106,139); }

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