#68587F

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

Shades of Kimberly #68587F

Tints of Kimberly #68587F

Color information

#68587F (or 0x68587F) is unknown color: approx Kimberly. HEX triplet: 68, 58 and 7F. RGB value is (104,88,127). Sum of RGB (Red+Green+Blue) = 104+88+127=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #68587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587F is #97A780. Grayscale: #616161. Windows color (decimal): -9938817 or 8345704. OLE color: 8345704.

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

Color convert

RGB10488127-
CMYK0.180.3100.50
HSL264.62º18.14%42.16%-
HSV(B)264.62º30.71%49.8%-
XYZ13.0311.4521.6-
YUV97.23144.8132.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 127 (50% from 255) = 39.81%
R=32.60%
G=27.59%
B=39.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104881270.180.3100.50264.6218.1442.16
Hex68587F121F032109122a
Octal15013017722370624112252
Binary1101000101100011111111001011111011001010000100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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