#706584

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

Shades of Kimberly #706584

Tints of Kimberly #706584

Color information

#706584 (or 0x706584) is unknown color: approx Kimberly. HEX triplet: 70, 65 and 84. RGB value is (112,101,132). Sum of RGB (Red+Green+Blue) = 112+101+132=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #706584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706584 is #8F9A7B. Grayscale: #6B6B6B. Windows color (decimal): -9411196 or 8676720. OLE color: 8676720.

HSL color Cylindrical-coordinate representation of color #706584: hue angle of 261.29º 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 #706584 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB112101132-
CMYK0.150.2300.48
HSL261.29º13.3%45.69%-
HSV(B)261.29º23.48%51.76%-
XYZ15.514.4223.8-
YUV107.82141.64130.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=32.46%
G=29.28%
B=38.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121011320.150.2300.48261.2913.345.69
Hex706584F17030105d2e
Octal16014520417270604051556
Binary111000011001011000010011111011101100001000001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706584; }

 p { color: rgb(112,101,132); }

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

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

 a { background-color: rgb(112,101,132); }

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

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

 span { border-color: rgb(112,101,132); }

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