#70698E

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

Shades of Kimberly #70698E

Tints of Kimberly #70698E

Color information

#70698E (or 0x70698E) is unknown color: approx Kimberly. HEX triplet: 70, 69 and 8E. RGB value is (112,105,142). Sum of RGB (Red+Green+Blue) = 112+105+142=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #70698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70698E is #8F9671. Grayscale: #6F6F6F. Windows color (decimal): -9410162 or 9333104. OLE color: 9333104.

HSL color Cylindrical-coordinate representation of color #70698E: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70698E is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112105142-
CMYK0.210.2600.44
HSL251.35º14.98%48.43%-
HSV(B)251.35º26.06%55.69%-
XYZ16.6215.527.71-
YUV111.31145.32128.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=31.20%
G=29.25%
B=39.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121051420.210.2600.44251.3514.9848.43
Hex70698E151A02Cfbf30
Octal16015121625320543731760
Binary111000011010011000111010101110100101100111110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70698E; }

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

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

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

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

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

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

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

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