#68587C

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

Shades of Kimberly #68587C

Tints of Kimberly #68587C

Color information

#68587C (or 0x68587C) is unknown color: approx Kimberly. HEX triplet: 68, 58 and 7C. RGB value is (104,88,124). Sum of RGB (Red+Green+Blue) = 104+88+124=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #68587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68587C is #97A783. Grayscale: #606060. Windows color (decimal): -9938820 or 8149096. OLE color: 8149096.

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

Color convert

RGB10488124-
CMYK0.160.2900.51
HSL266.67º16.98%41.57%-
HSV(B)266.67º29.03%48.63%-
XYZ12.8411.3820.59-
YUV96.89143.3133.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=32.91%
G=27.85%
B=39.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104881240.160.2900.51266.6716.9841.57
Hex68587C101D03310b112a
Octal15013017420350634132152
Binary1101000101100011111001000011101011001110000101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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