#70618B

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

Shades of Kimberly #70618B

Tints of Kimberly #70618B

Color information

#70618B (or 0x70618B) is unknown color: approx Kimberly. HEX triplet: 70, 61 and 8B. RGB value is (112,97,139). Sum of RGB (Red+Green+Blue) = 112+97+139=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #70618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70618B is #8F9E74. Grayscale: #6A6A6A. Windows color (decimal): -9412213 or 9134448. OLE color: 9134448.

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

Color convert

RGB11297139-
CMYK0.190.3000.45
HSL261.43º17.8%46.27%-
HSV(B)261.43º30.22%54.51%-
XYZ15.6213.8626.28-
YUV106.27146.47132.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=32.18%
G=27.87%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112971390.190.3000.45261.4317.846.27
Hex70618B131E02D105122e
Octal16014121323360554052256
Binary11100001100001100010111001111110010110110000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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