#70608B

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

Shades of Kimberly #70608B

Tints of Kimberly #70608B

Color information

#70608B (or 0x70608B) is unknown color: approx Kimberly. HEX triplet: 70, 60 and 8B. RGB value is (112,96,139). Sum of RGB (Red+Green+Blue) = 112+96+139=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #70608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70608B is #8F9F74. Grayscale: #696969. Windows color (decimal): -9412469 or 9134192. OLE color: 9134192.

HSL color Cylindrical-coordinate representation of color #70608B: hue angle of 262.33º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70608B is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11296139-
CMYK0.190.3100.45
HSL262.33º18.3%46.08%-
HSV(B)262.33º30.94%54.51%-
XYZ15.5313.6726.25-
YUV105.69146.8132.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=32.28%
G=27.67%
B=40.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112961390.190.3100.45262.3318.346.08
Hex70608B131F02D106122e
Octal16014021323370554062256
Binary11100001100000100010111001111111010110110000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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