#706883

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

Shades of Kimberly #706883

Tints of Kimberly #706883

Color information

#706883 (or 0x706883) is unknown color: approx Kimberly. HEX triplet: 70, 68 and 83. RGB value is (112,104,131). Sum of RGB (Red+Green+Blue) = 112+104+131=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #706883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706883 is #8F977C. Grayscale: #6D6D6D. Windows color (decimal): -9410429 or 8611952. OLE color: 8611952.

HSL color Cylindrical-coordinate representation of color #706883: hue angle of 257.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706883 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112104131-
CMYK0.150.2100.49
HSL257.78º11.49%46.08%-
HSV(B)257.78º20.61%51.37%-
XYZ15.7314.9823.54-
YUV109.47140.15129.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=32.28%
G=29.97%
B=37.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121041310.150.2100.49257.7811.4946.08
Hex706883F15031102b2e
Octal16015020317250614021356
Binary111000011010001000001111111010101100011000000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706883; }

 p { color: rgb(112,104,131); }

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

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

 a { background-color: rgb(112,104,131); }

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

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

 span { border-color: rgb(112,104,131); }

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