#70608E

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

Shades of Kimberly #70608E

Tints of Kimberly #70608E

Color information

#70608E (or 0x70608E) is unknown color: approx Kimberly. HEX triplet: 70, 60 and 8E. RGB value is (112,96,142). Sum of RGB (Red+Green+Blue) = 112+96+142=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #70608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608E is #8F9F71. Grayscale: #696969. Windows color (decimal): -9412466 or 9330800. OLE color: 9330800.

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

Color convert

RGB11296142-
CMYK0.210.3200.44
HSL260.87º19.33%46.67%-
HSV(B)260.87º32.39%55.69%-
XYZ15.7513.7627.42-
YUV106.03148.3132.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=32%
G=27.43%
B=40.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112961420.210.3200.44260.8719.3346.67
Hex70608E152002C105132f
Octal16014021625400544052357
Binary111000011000001000111010101100000010110010000010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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