#68597C

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

Shades of Kimberly #68597C

Tints of Kimberly #68597C

Color information

#68597C (or 0x68597C) is unknown color: approx Kimberly. HEX triplet: 68, 59 and 7C. RGB value is (104,89,124). Sum of RGB (Red+Green+Blue) = 104+89+124=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #68597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68597C is #97A683. Grayscale: #616161. Windows color (decimal): -9938564 or 8149352. OLE color: 8149352.

HSL color Cylindrical-coordinate representation of color #68597C: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68597C is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10489124-
CMYK0.160.2800.51
HSL265.71º16.43%41.76%-
HSV(B)265.71º28.23%48.63%-
XYZ12.9211.5420.62-
YUV97.48142.97132.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=32.81%
G=28.08%
B=39.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104891240.160.2800.51265.7116.4341.76
Hex68597C101C03310a102a
Octal15013117420340634122052
Binary1101000101100111111001000011100011001110000101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68597C; }

 p { color: rgb(104,89,124); }

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

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

 a { background-color: rgb(104,89,124); }

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

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

 span { border-color: rgb(104,89,124); }

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