#70658A

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

Shades of Kimberly #70658A

Tints of Kimberly #70658A

Color information

#70658A (or 0x70658A) is unknown color: approx Kimberly. HEX triplet: 70, 65 and 8A. RGB value is (112,101,138). Sum of RGB (Red+Green+Blue) = 112+101+138=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #70658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70658A is #8F9A75. Grayscale: #6C6C6C. Windows color (decimal): -9411190 or 9069936. OLE color: 9069936.

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

Color convert

RGB112101138-
CMYK0.190.2700.46
HSL257.84º15.48%46.86%-
HSV(B)257.84º26.81%54.12%-
XYZ15.9214.5926.02-
YUV108.51144.64130.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=31.91%
G=28.77%
B=39.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121011380.190.2700.46257.8415.4846.86
Hex70658A131B02E102f2f
Octal16014521223330564021757
Binary1110000110010110001010100111101101011101000000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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