#68607F

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

Shades of Kimberly #68607F

Tints of Kimberly #68607F

Color information

#68607F (or 0x68607F) is unknown color: approx Kimberly. HEX triplet: 68, 60 and 7F. RGB value is (104,96,127). Sum of RGB (Red+Green+Blue) = 104+96+127=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #68607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68607F is #979F80. Grayscale: #656565. Windows color (decimal): -9936769 or 8347752. OLE color: 8347752.

HSL color Cylindrical-coordinate representation of color #68607F: hue angle of 255.48º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68607F is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10496127-
CMYK0.180.2400.50
HSL255.48º13.9%43.73%-
HSV(B)255.48º24.41%49.8%-
XYZ13.7212.8421.83-
YUV101.93142.15129.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 127 (50% from 255) = 38.84%
R=31.80%
G=29.36%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104961270.180.2400.50255.4813.943.73
Hex68607F1218032ffe2c
Octal15014017722300623771654
Binary11010001100000111111110010110000110010111111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68607F; }

 p { color: rgb(104,96,127); }

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

<style>
 a { background-color: #68607F; }

 a { background-color: rgb(104,96,127); }

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

<style>
 span { border-color: #68607F; }

 span { border-color: rgb(104,96,127); }

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