#68567C

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

Shades of Kimberly #68567C

Tints of Kimberly #68567C

Color information

#68567C (or 0x68567C) is unknown color: approx Kimberly. HEX triplet: 68, 56 and 7C. RGB value is (104,86,124). Sum of RGB (Red+Green+Blue) = 104+86+124=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #68567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68567C is #97A983. Grayscale: #5F5F5F. Windows color (decimal): -9939332 or 8148584. OLE color: 8148584.

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

Color convert

RGB10486124-
CMYK0.160.3100.51
HSL268.42º18.1%41.18%-
HSV(B)268.42º30.65%48.63%-
XYZ12.6711.0520.53-
YUV95.71143.96133.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=33.12%
G=27.39%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104861240.160.3100.51268.4218.141.18
Hex68567C101F03310c1229
Octal15012617420370634142251
Binary1101000101011011111001000011111011001110000110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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