#706985

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

Shades of Kimberly #706985

Tints of Kimberly #706985

Color information

#706985 (or 0x706985) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 85. RGB value is (112,105,133). Sum of RGB (Red+Green+Blue) = 112+105+133=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #706985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706985 is #8F967A. Grayscale: #6E6E6E. Windows color (decimal): -9410171 or 8743280. OLE color: 8743280.

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

Color convert

RGB112105133-
CMYK0.160.2100.48
HSL255º11.76%46.67%-
HSV(B)255º21.05%52.16%-
XYZ15.9715.2424.29-
YUV110.28140.82129.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 133 (52.34% from 255) = 38%
R=32%
G=30%
B=38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121051330.160.2100.4825511.7646.67
Hex7069851015030ffc2f
Octal16015120520250603771457
Binary111000011010011000010110000101010110000111111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706985; }

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

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

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

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

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

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

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

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