#70638A

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

Shades of Kimberly #70638A

Tints of Kimberly #70638A

Color information

#70638A (or 0x70638A) is unknown color: approx Kimberly. HEX triplet: 70, 63 and 8A. RGB value is (112,99,138). Sum of RGB (Red+Green+Blue) = 112+99+138=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #70638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70638A is #8F9C75. Grayscale: #6B6B6B. Windows color (decimal): -9411702 or 9069424. OLE color: 9069424.

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

Color convert

RGB11299138-
CMYK0.190.2800.46
HSL260º16.46%46.47%-
HSV(B)260º28.26%54.12%-
XYZ15.7314.225.96-
YUV107.33145.31131.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=32.09%
G=28.37%
B=39.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112991380.190.2800.4626016.4646.47
Hex70638A131C02E104102e
Octal16014321223340564042056
Binary11100001100011100010101001111100010111010000010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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