#706885

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

Shades of Kimberly #706885

Tints of Kimberly #706885

Color information

#706885 (or 0x706885) is unknown color: approx Kimberly. HEX triplet: 70, 68 and 85. RGB value is (112,104,133). Sum of RGB (Red+Green+Blue) = 112+104+133=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #706885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706885 is #8F977A. Grayscale: #6D6D6D. Windows color (decimal): -9410427 or 8743024. OLE color: 8743024.

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

Color convert

RGB112104133-
CMYK0.160.2200.48
HSL256.55º12.24%46.47%-
HSV(B)256.55º21.8%52.16%-
XYZ15.8715.0424.26-
YUV109.7141.15129.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=32.09%
G=29.80%
B=38.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121041330.160.2200.48256.5512.2446.47
Hex7068851016030101c2e
Octal16015020520260604011456
Binary1110000110100010000101100001011001100001000000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706885; }

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

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

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

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

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

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

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

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