#706685

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

Shades of Kimberly #706685

Tints of Kimberly #706685

Color information

#706685 (or 0x706685) is unknown color: approx Kimberly. HEX triplet: 70, 66 and 85. RGB value is (112,102,133). Sum of RGB (Red+Green+Blue) = 112+102+133=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #706685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706685 is #8F997A. Grayscale: #6C6C6C. Windows color (decimal): -9410939 or 8742512. OLE color: 8742512.

HSL color Cylindrical-coordinate representation of color #706685: hue angle of 259.35º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #706685 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112102133-
CMYK0.160.2300.48
HSL259.35º13.19%46.08%-
HSV(B)259.35º23.31%52.16%-
XYZ15.6714.6424.19-
YUV108.52141.81130.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=32.28%
G=29.39%
B=38.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121021330.160.2300.48259.3513.1946.08
Hex7066851017030103d2e
Octal16014620520270604031556
Binary1110000110011010000101100001011101100001000000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706685; }

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

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

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

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

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

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

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

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