#70618A

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

Shades of Kimberly #70618A

Tints of Kimberly #70618A

Color information

#70618A (or 0x70618A) is unknown color: approx Kimberly. HEX triplet: 70, 61 and 8A. RGB value is (112,97,138). Sum of RGB (Red+Green+Blue) = 112+97+138=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #70618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70618A is #8F9E75. Grayscale: #6A6A6A. Windows color (decimal): -9412214 or 9068912. OLE color: 9068912.

HSL color Cylindrical-coordinate representation of color #70618A: hue angle of 261.95º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70618A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11297138-
CMYK0.190.3000.46
HSL261.95º17.45%46.08%-
HSV(B)261.95º29.71%54.12%-
XYZ15.5413.8325.89-
YUV106.16145.97132.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=32.28%
G=27.95%
B=39.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112971380.190.3000.46261.9517.4546.08
Hex70618A131E02E106112e
Octal16014121223360564062156
Binary11100001100001100010101001111110010111010000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70618A; }

 p { color: rgb(112,97,138); }

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

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

 a { background-color: rgb(112,97,138); }

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

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

 span { border-color: rgb(112,97,138); }

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