#706293

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

Shades of Kimberly #706293

Tints of Kimberly #706293

Color information

#706293 (or 0x706293) is unknown color: approx Kimberly. HEX triplet: 70, 62 and 93. RGB value is (112,98,147). Sum of RGB (Red+Green+Blue) = 112+98+147=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #706293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706293 is #8F9D6C. Grayscale: #6B6B6B. Windows color (decimal): -9411949 or 9658992. OLE color: 9658992.

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

Color convert

RGB11298147-
CMYK0.240.3300.42
HSL257.14º20%48.04%-
HSV(B)257.14º33.33%57.65%-
XYZ16.3214.2929.5-
YUV107.77150.14131.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=31.37%
G=27.45%
B=41.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112981470.240.3300.42257.142048.04
Hex706293182102A1011430
Octal16014222330410524012460
Binary111000011000101001001111000100001010101010000000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706293; }

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

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

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

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

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

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

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

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