#706384

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

Shades of Kimberly #706384

Tints of Kimberly #706384

Color information

#706384 (or 0x706384) is unknown color: approx Kimberly. HEX triplet: 70, 63 and 84. RGB value is (112,99,132). Sum of RGB (Red+Green+Blue) = 112+99+132=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #706384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706384 is #8F9C7B. Grayscale: #6A6A6A. Windows color (decimal): -9411708 or 8676208. OLE color: 8676208.

HSL color Cylindrical-coordinate representation of color #706384: hue angle of 263.64º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706384 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11299132-
CMYK0.150.2500.48
HSL263.64º14.29%45.29%-
HSV(B)263.64º25%51.76%-
XYZ15.3114.0323.73-
YUV106.65142.31131.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=32.65%
G=28.86%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112991320.150.2500.48263.6414.2945.29
Hex706384F19030108e2d
Octal16014320417310604101655
Binary111000011000111000010011111100101100001000010001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706384; }

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

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

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

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

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

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

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

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