#706B8C

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

Shades of Kimberly #706B8C

Tints of Kimberly #706B8C

Color information

#706B8C (or 0x706B8C) is unknown color: approx Kimberly. HEX triplet: 70, 6B and 8C. RGB value is (112,107,140). Sum of RGB (Red+Green+Blue) = 112+107+140=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #706B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B8C is #8F9473. Grayscale: #707070. Windows color (decimal): -9409652 or 9202544. OLE color: 9202544.

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

Color convert

RGB112107140-
CMYK0.200.2400.45
HSL249.09º13.36%48.43%-
HSV(B)249.09º23.57%54.9%-
XYZ16.6715.8526.99-
YUV112.26143.66127.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=31.20%
G=29.81%
B=39.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121071400.200.2400.45249.0913.3648.43
Hex706B8C141802Df9d30
Octal16015321424300553711560
Binary111000011010111000110010100110000101101111110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,140); }

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

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

 a { background-color: rgb(112,107,140); }

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

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

 span { border-color: rgb(112,107,140); }

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