#706385

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

Shades of Kimberly #706385

Tints of Kimberly #706385

Color information

#706385 (or 0x706385) is unknown color: approx Kimberly. HEX triplet: 70, 63 and 85. RGB value is (112,99,133). Sum of RGB (Red+Green+Blue) = 112+99+133=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #706385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706385 is #8F9C7A. Grayscale: #6A6A6A. Windows color (decimal): -9411707 or 8741744. OLE color: 8741744.

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

Color convert

RGB11299133-
CMYK0.160.2600.48
HSL262.94º14.66%45.49%-
HSV(B)262.94º25.56%52.16%-
XYZ15.3814.0624.09-
YUV106.76142.81131.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=32.56%
G=28.78%
B=38.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112991330.160.2600.48262.9414.6645.49
Hex706385101A030107f2d
Octal16014320520320604071755
Binary1110000110001110000101100001101001100001000001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706385; }

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

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

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

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

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

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

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

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