#706B85

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

Shades of Kimberly #706B85

Tints of Kimberly #706B85

Color information

#706B85 (or 0x706B85) is unknown color: approx Kimberly. HEX triplet: 70, 6B and 85. RGB value is (112,107,133). Sum of RGB (Red+Green+Blue) = 112+107+133=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #706B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B85 is #8F947A. Grayscale: #6F6F6F. Windows color (decimal): -9409659 or 8743792. OLE color: 8743792.

HSL color Cylindrical-coordinate representation of color #706B85: hue angle of 251.54º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706B85 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112107133-
CMYK0.160.2000.48
HSL251.54º10.83%47.06%-
HSV(B)251.54º19.55%52.16%-
XYZ16.1715.6524.36-
YUV111.46140.16128.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=31.82%
G=30.40%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121071330.160.2000.48251.5410.8347.06
Hex706B851014030fcb2f
Octal16015320520240603741357
Binary111000011010111000010110000101000110000111111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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