#706783

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

Shades of Kimberly #706783

Tints of Kimberly #706783

Color information

#706783 (or 0x706783) is unknown color: approx Kimberly. HEX triplet: 70, 67 and 83. RGB value is (112,103,131). Sum of RGB (Red+Green+Blue) = 112+103+131=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #706783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706783 is #8F987C. Grayscale: #6C6C6C. Windows color (decimal): -9410685 or 8611696. OLE color: 8611696.

HSL color Cylindrical-coordinate representation of color #706783: hue angle of 259.29º degrees, saturation: 0.12, 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 #706783 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB112103131-
CMYK0.150.2100.49
HSL259.29º11.97%45.88%-
HSV(B)259.29º21.37%51.37%-
XYZ15.6314.7823.5-
YUV108.88140.48130.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=32.37%
G=29.77%
B=37.86%

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
Decimal1121031310.150.2100.49259.2911.9745.88
Hex706783F15031103c2e
Octal16014720317250614031456
Binary111000011001111000001111111010101100011000000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706783; }

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

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

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

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

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

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

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

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