#706884

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

Shades of Kimberly #706884

Tints of Kimberly #706884

Color information

#706884 (or 0x706884) is unknown color: approx Kimberly. HEX triplet: 70, 68 and 84. RGB value is (112,104,132). Sum of RGB (Red+Green+Blue) = 112+104+132=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #706884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706884 is #8F977B. Grayscale: #6D6D6D. Windows color (decimal): -9410428 or 8677488. OLE color: 8677488.

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

Color convert

RGB112104132-
CMYK0.150.2100.48
HSL257.14º11.86%46.27%-
HSV(B)257.14º21.21%51.76%-
XYZ15.815.0123.89-
YUV109.58140.65129.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=32.18%
G=29.89%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121041320.150.2100.48257.1411.8646.27
Hex706884F15030101c2e
Octal16015020417250604011456
Binary111000011010001000010011111010101100001000000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706884; }

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

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

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

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

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

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

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

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