#706193

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

Shades of Kimberly #706193

Tints of Kimberly #706193

Color information

#706193 (or 0x706193) is unknown color: approx Kimberly. HEX triplet: 70, 61 and 93. RGB value is (112,97,147). Sum of RGB (Red+Green+Blue) = 112+97+147=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #706193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706193 is #8F9E6C. Grayscale: #6B6B6B. Windows color (decimal): -9412205 or 9658736. OLE color: 9658736.

HSL color Cylindrical-coordinate representation of color #706193: hue angle of 258º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #706193 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11297147-
CMYK0.240.3400.42
HSL258º20.49%47.84%-
HSV(B)258º34.01%57.65%-
XYZ16.2214.129.47-
YUV107.18150.47131.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.46%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=31.46%
G=27.25%
B=41.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112971470.240.3400.4225820.4947.84
Hex706193182202A1021430
Octal16014122330420524022460
Binary111000011000011001001111000100010010101010000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706193; }

 p { color: rgb(112,97,147); }

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

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

 a { background-color: rgb(112,97,147); }

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

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

 span { border-color: rgb(112,97,147); }

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