#685A83

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

Shades of Kimberly #685A83

Tints of Kimberly #685A83

Color information

#685A83 (or 0x685A83) is unknown color: approx Kimberly. HEX triplet: 68, 5A and 83. RGB value is (104,90,131). Sum of RGB (Red+Green+Blue) = 104+90+131=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #685A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685A83 is #97A57C. Grayscale: #626262. Windows color (decimal): -9938301 or 8608360. OLE color: 8608360.

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

Color convert

RGB10490131-
CMYK0.210.3100.49
HSL260.49º18.55%43.33%-
HSV(B)260.49º31.3%51.37%-
XYZ13.4611.8923.06-
YUV98.86146.14131.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=32%
G=27.69%
B=40.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104901310.210.3100.49260.4918.5543.33
Hex685A83151F031104132b
Octal15013220325370614042353
Binary11010001011010100000111010111111011000110000010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A83; }

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

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

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

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

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

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

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

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