#68617D

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

Shades of Kimberly #68617D

Tints of Kimberly #68617D

Color information

#68617D (or 0x68617D) is unknown color: approx Kimberly. HEX triplet: 68, 61 and 7D. RGB value is (104,97,125). Sum of RGB (Red+Green+Blue) = 104+97+125=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 125 - color contains mainly: blue. Hex color #68617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68617D is #979E82. Grayscale: #666666. Windows color (decimal): -9936515 or 8216936. OLE color: 8216936.

HSL color Cylindrical-coordinate representation of color #68617D: hue angle of 255º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68617D is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10497125-
CMYK0.170.2200.51
HSL255º12.61%43.53%-
HSV(B)255º22.4%49.02%-
XYZ13.6912.9721.18-
YUV102.28140.82129.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=31.90%
G=29.75%
B=38.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104971250.170.2200.5125512.6143.53
Hex68617D1116033ffd2c
Octal15014117521260633771554
Binary11010001100001111110110001101100110011111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68617D; }

 p { color: rgb(104,97,125); }

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

<style>
 a { background-color: #68617D; }

 a { background-color: rgb(104,97,125); }

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

<style>
 span { border-color: #68617D; }

 span { border-color: rgb(104,97,125); }

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