#706284

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

Shades of Kimberly #706284

Tints of Kimberly #706284

Color information

#706284 (or 0x706284) is unknown color: approx Kimberly. HEX triplet: 70, 62 and 84. RGB value is (112,98,132). Sum of RGB (Red+Green+Blue) = 112+98+132=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #706284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706284 is #8F9D7B. Grayscale: #696969. Windows color (decimal): -9411964 or 8675952. OLE color: 8675952.

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

Color convert

RGB11298132-
CMYK0.150.2600.48
HSL264.71º14.78%45.1%-
HSV(B)264.71º25.76%51.76%-
XYZ15.2113.8523.7-
YUV106.06142.64132.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=32.75%
G=28.65%
B=38.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112981320.150.2600.48264.7114.7845.1
Hex706284F1A030109f2d
Octal16014220417320604111755
Binary111000011000101000010011111101001100001000010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706284; }

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

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

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

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

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

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

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

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