#706785

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

Shades of Kimberly #706785

Tints of Kimberly #706785

Color information

#706785 (or 0x706785) is unknown color: approx Kimberly. HEX triplet: 70, 67 and 85. RGB value is (112,103,133). Sum of RGB (Red+Green+Blue) = 112+103+133=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #706785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706785 is #8F987A. Grayscale: #6D6D6D. Windows color (decimal): -9410683 or 8742768. OLE color: 8742768.

HSL color Cylindrical-coordinate representation of color #706785: hue angle of 258º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706785 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112103133-
CMYK0.160.2300.48
HSL258º12.71%46.27%-
HSV(B)258º22.56%52.16%-
XYZ15.7714.8424.22-
YUV109.11141.48130.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=32.18%
G=29.60%
B=38.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121031330.160.2300.4825812.7146.27
Hex7067851017030102d2e
Octal16014720520270604021556
Binary1110000110011110000101100001011101100001000000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706785; }

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

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

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

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

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

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

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

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