#70688D

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

Shades of Kimberly #70688D

Tints of Kimberly #70688D

Color information

#70688D (or 0x70688D) is unknown color: approx Kimberly. HEX triplet: 70, 68 and 8D. RGB value is (112,104,141). Sum of RGB (Red+Green+Blue) = 112+104+141=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #70688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70688D is #8F9772. Grayscale: #6E6E6E. Windows color (decimal): -9410419 or 9267312. OLE color: 9267312.

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

Color convert

RGB112104141-
CMYK0.210.2600.45
HSL252.97º15.1%48.04%-
HSV(B)252.97º26.24%55.29%-
XYZ16.4415.2727.28-
YUV110.61145.15128.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=31.37%
G=29.13%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121041410.210.2600.45252.9715.148.04
Hex70688D151A02Dfdf30
Octal16015021525320553751760
Binary111000011010001000110110101110100101101111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70688D; }

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

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

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

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

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

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

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

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