#706682

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

Shades of Kimberly #706682

Tints of Kimberly #706682

Color information

#706682 (or 0x706682) is unknown color: approx Kimberly. HEX triplet: 70, 66 and 82. RGB value is (112,102,130). Sum of RGB (Red+Green+Blue) = 112+102+130=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #706682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706682 is #8F997D. Grayscale: #6C6C6C. Windows color (decimal): -9410942 or 8545904. OLE color: 8545904.

HSL color Cylindrical-coordinate representation of color #706682: hue angle of 261.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #706682 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112102130-
CMYK0.140.2200.49
HSL261.43º12.07%45.49%-
HSV(B)261.43º21.54%50.98%-
XYZ15.4614.5623.11-
YUV108.18140.31130.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=32.56%
G=29.65%
B=37.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121021300.140.2200.49261.4312.0745.49
Hex706682E16031105c2d
Octal16014620216260614051455
Binary111000011001101000001011101011001100011000001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706682; }

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

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

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

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

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

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

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

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