#68597F

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

Shades of Kimberly #68597F

Tints of Kimberly #68597F

Color information

#68597F (or 0x68597F) is unknown color: approx Kimberly. HEX triplet: 68, 59 and 7F. RGB value is (104,89,127). Sum of RGB (Red+Green+Blue) = 104+89+127=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #68597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68597F is #97A680. Grayscale: #616161. Windows color (decimal): -9938561 or 8345960. OLE color: 8345960.

HSL color Cylindrical-coordinate representation of color #68597F: hue angle of 263.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68597F is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10489127-
CMYK0.180.3000.50
HSL263.68º17.59%42.35%-
HSV(B)263.68º29.92%49.8%-
XYZ13.1111.6221.63-
YUV97.82144.47132.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 127 (50% from 255) = 39.69%
R=32.5%
G=27.81%
B=39.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104891270.180.3000.50263.6817.5942.35
Hex68597F121E032108122a
Octal15013117722360624102252
Binary1101000101100111111111001011110011001010000100010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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