#706287

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

Shades of Kimberly #706287

Tints of Kimberly #706287

Color information

#706287 (or 0x706287) is unknown color: approx Kimberly. HEX triplet: 70, 62 and 87. RGB value is (112,98,135). Sum of RGB (Red+Green+Blue) = 112+98+135=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #706287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706287 is #8F9D78. Grayscale: #6A6A6A. Windows color (decimal): -9411961 or 8872560. OLE color: 8872560.

HSL color Cylindrical-coordinate representation of color #706287: hue angle of 262.7º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706287 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11298135-
CMYK0.170.2700.47
HSL262.7º15.88%45.69%-
HSV(B)262.7º27.41%52.94%-
XYZ15.4213.9324.8-
YUV106.4144.14131.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=32.46%
G=28.41%
B=39.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112981350.170.2700.47262.715.8845.69
Hex706287111B02F107102e
Octal16014220721330574072056
Binary11100001100010100001111000111011010111110000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706287; }

 p { color: rgb(112,98,135); }

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

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

 a { background-color: rgb(112,98,135); }

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

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

 span { border-color: rgb(112,98,135); }

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