#68697F

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

Shades of Comet #68697F

Tints of Comet #68697F

Color information

#68697F (or 0x68697F) is unknown color: approx Comet. HEX triplet: 68, 69 and 7F. RGB value is (104,105,127). Sum of RGB (Red+Green+Blue) = 104+105+127=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #68697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68697F is #979680. Grayscale: #6B6B6B. Windows color (decimal): -9934465 or 8350056. OLE color: 8350056.

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

Color convert

RGB104105127-
CMYK0.180.1700.50
HSL237.39º9.96%45.29%-
HSV(B)237.39º18.11%49.8%-
XYZ14.5914.5822.12-
YUV107.21139.17125.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 127 (50% from 255) = 37.80%
R=30.95%
G=31.25%
B=37.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041051270.180.1700.50237.399.9645.29
Hex68697F1211032eda2d
Octal15015117722210623551255
Binary11010001101001111111110010100010110010111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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