#605683

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

Shades of Kimberly #605683

Tints of Kimberly #605683

Color information

#605683 (or 0x605683) is unknown color: approx Kimberly. HEX triplet: 60, 56 and 83. RGB value is (96,86,131). Sum of RGB (Red+Green+Blue) = 96+86+131=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 131 - color contains mainly: blue. Hex color #605683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605683 is #9FA97C. Grayscale: #5D5D5D. Windows color (decimal): -10463613 or 8607328. OLE color: 8607328.

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

Color convert

RGB9686131-
CMYK0.270.3400.49
HSL253.33º20.74%42.55%-
HSV(B)253.33º34.35%51.37%-
XYZ12.2510.7822.91-
YUV94.12148.81129.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=30.67%
G=27.48%
B=41.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96861310.270.3400.49253.3320.7442.55
Hex6056831B22031fd152b
Octal14012620333420613752553
Binary11000001010110100000111101110001001100011111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605683; }

 p { color: rgb(96,86,131); }

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

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

 a { background-color: rgb(96,86,131); }

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

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

 span { border-color: rgb(96,86,131); }

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