#70638C

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

Shades of Kimberly #70638C

Tints of Kimberly #70638C

Color information

#70638C (or 0x70638C) is unknown color: approx Kimberly. HEX triplet: 70, 63 and 8C. RGB value is (112,99,140). Sum of RGB (Red+Green+Blue) = 112+99+140=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #70638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70638C is #8F9C73. Grayscale: #6B6B6B. Windows color (decimal): -9411700 or 9200496. OLE color: 9200496.

HSL color Cylindrical-coordinate representation of color #70638C: hue angle of 259.02º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70638C is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11299140-
CMYK0.200.2900.45
HSL259.02º17.15%46.86%-
HSV(B)259.02º29.29%54.9%-
XYZ15.8814.2626.73-
YUV107.56146.31131.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=31.91%
G=28.21%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112991400.200.2900.45259.0217.1546.86
Hex70638C141D02D103112f
Octal16014321424350554032157
Binary11100001100011100011001010011101010110110000001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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