#68577B

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

Shades of Kimberly #68577B

Tints of Kimberly #68577B

Color information

#68577B (or 0x68577B) is unknown color: approx Kimberly. HEX triplet: 68, 57 and 7B. RGB value is (104,87,123). Sum of RGB (Red+Green+Blue) = 104+87+123=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #68577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68577B is #97A884. Grayscale: #606060. Windows color (decimal): -9939077 or 8083304. OLE color: 8083304.

HSL color Cylindrical-coordinate representation of color #68577B: hue angle of 268.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68577B is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10487123-
CMYK0.150.2900.52
HSL268.33º17.14%41.18%-
HSV(B)268.33º29.27%48.24%-
XYZ12.6911.1920.23-
YUV96.19143.13133.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=33.12%
G=27.71%
B=39.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104871230.150.2900.52268.3317.1441.18
Hex68577BF1D03410c1129
Octal15012717317350644142151
Binary110100010101111111011111111101011010010000110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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