#706A8D

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

Shades of Kimberly #706A8D

Tints of Kimberly #706A8D

Color information

#706A8D (or 0x706A8D) is unknown color: approx Kimberly. HEX triplet: 70, 6A and 8D. RGB value is (112,106,141). Sum of RGB (Red+Green+Blue) = 112+106+141=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #706A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A8D is #8F9572. Grayscale: #6F6F6F. Windows color (decimal): -9409907 or 9267824. OLE color: 9267824.

HSL color Cylindrical-coordinate representation of color #706A8D: hue angle of 250.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706A8D is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112106141-
CMYK0.210.2500.45
HSL250.29º14.17%48.43%-
HSV(B)250.29º24.82%55.29%-
XYZ16.6415.6827.35-
YUV111.78144.49128.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=31.20%
G=29.53%
B=39.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121061410.210.2500.45250.2914.1748.43
Hex706A8D151902Dfae30
Octal16015221525310553721660
Binary111000011010101000110110101110010101101111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A8D; }

 p { color: rgb(112,106,141); }

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

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

 a { background-color: rgb(112,106,141); }

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

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

 span { border-color: rgb(112,106,141); }

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