#706680

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

Shades of Kimberly #706680

Tints of Kimberly #706680

Color information

#706680 (or 0x706680) is unknown color: approx Kimberly. HEX triplet: 70, 66 and 80. RGB value is (112,102,128). Sum of RGB (Red+Green+Blue) = 112+102+128=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #706680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706680 is #8F997F. Grayscale: #6B6B6B. Windows color (decimal): -9410944 or 8414832. OLE color: 8414832.

HSL color Cylindrical-coordinate representation of color #706680: hue angle of 263.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706680 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB112102128-
CMYK0.120.2000.50
HSL263.08º11.3%45.1%-
HSV(B)263.08º20.31%50.2%-
XYZ15.3314.5122.41-
YUV107.95139.31130.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=32.75%
G=29.82%
B=37.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121021280.120.2000.50263.0811.345.1
Hex706680C14032107b2d
Octal16014620014240624071355
Binary111000011001101000000011001010001100101000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706680; }

 p { color: rgb(112,102,128); }

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

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

 a { background-color: rgb(112,102,128); }

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

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

 span { border-color: rgb(112,102,128); }

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