#68577C

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

Shades of Kimberly #68577C

Tints of Kimberly #68577C

Color information

#68577C (or 0x68577C) is unknown color: approx Kimberly. HEX triplet: 68, 57 and 7C. RGB value is (104,87,124). Sum of RGB (Red+Green+Blue) = 104+87+124=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #68577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68577C is #97A883. Grayscale: #606060. Windows color (decimal): -9939076 or 8148840. OLE color: 8148840.

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

Color convert

RGB10487124-
CMYK0.160.3000.51
HSL267.57º17.54%41.37%-
HSV(B)267.57º29.84%48.63%-
XYZ12.7611.2120.56-
YUV96.3143.63133.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=33.02%
G=27.62%
B=39.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104871240.160.3000.51267.5717.5441.37
Hex68577C101E03310c1229
Octal15012717420360634142251
Binary1101000101011111111001000011110011001110000110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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