#706984

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

Shades of Kimberly #706984

Tints of Kimberly #706984

Color information

#706984 (or 0x706984) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 84. RGB value is (112,105,132). Sum of RGB (Red+Green+Blue) = 112+105+132=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #706984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706984 is #8F967B. Grayscale: #6E6E6E. Windows color (decimal): -9410172 or 8677744. OLE color: 8677744.

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

Color convert

RGB112105132-
CMYK0.150.2000.48
HSL255.56º11.39%46.47%-
HSV(B)255.56º20.45%51.76%-
XYZ15.915.2123.93-
YUV110.17140.32129.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=32.09%
G=30.09%
B=37.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121051320.150.2000.48255.5611.3946.47
Hex706984F14030100b2e
Octal16015120417240604001356
Binary111000011010011000010011111010001100001000000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706984; }

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

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

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

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

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

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

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

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